dom 元素的定位、修改、创建、删除、指定位置插入等操作 dom // 获取id为myDiv的元素 var myDiv = document.getElementById("myDiv");⭐️ // 修改元素文本内容 myDiv.innerHTML = "<p>Hello, DOM!</p>"; // 创建新元素并添加到myDiv中 var newElement = document.createElement("p"); newElement.innerHTML = "This is a new paragraph."; myDiv.appendChild(newElement); 定位 以下是一些常用的getElementBy…()方法: getElementById() - 通过元素ID获取某个元素节点 var element = document.getElementById("myElementId"); getElementsByClassName() - 通过class名称获取一组元素节点 var elements = document.getE…
install sougou for ubuntu you can follow this guide download and install download sougou here fix every thing sougou need sudo apt install fcitx sudo cp /usr/share/applications/fcitx.desktop /etc/xdg/autostart/ sudo apt purge ibus sudo apt install libqt5qml5 libqt5quick5 libqt5quickwidgets5 qml-module-qtquick2 sudo apt install libgsettings-qt1 install the package again sudo dpkg -i sougou...deb reboot settings and stuff gotoubuntu settings - Region & Language - Manage installed Languages cho…
install Qv2ray install qv2ray in snap store. get core of Qv2ray go to this link on git hub to download >this link< unzip core to whatever floder, set up the core path in Qv2ray - Preferences - Kernel Settings and it’s all done! use your phone as a proxy router , speed up download process. settings after you get your servers into Qv2ray , you have to goto ubuntu settings and set upsystem proxy to make it work go to system proxy - Network Proxy set 127.0.0.1:1089 for socks(this is default po…