代码里在option 里加了onclick事件属性,平时多在firefox浏览器下开发,测试时发现以谷歌为内核的浏览器onclick事件无作用,查了下资料,在select里面用onchange就好了,如下:
<select onchange="update_show(this.options[this.selectedIndex].value)"></select>
做人咧,最紧要系开心🥳
代码里在option 里加了onclick事件属性,平时多在firefox浏览器下开发,测试时发现以谷歌为内核的浏览器onclick事件无作用,查了下资料,在select里面用onchange就好了,如下:
<select onchange="update_show(this.options[this.selectedIndex].value)"></select>
mkdir $HOME/testFolder
(home是用户地主目录,登录后缺省进入的目录,比方说有个用户叫wang,那他的地主目录就是/home/wang,也能够用~wang表示。其实如果在安装Linux时选择中文版,桌面的目录就在$home目录下的“桌面目录”。)
cd $HOME/testFolder
cd ../
mv $HOME/testFolder /var/tmp
rm -rf /var/tmp/testFolder
ls /etc
(/etc 目录默认是 *nix 系统的软件配置文件存放位置)
touch ~/testFile
ls ~
cp ~/testFile ~/testNewFile
y
后回车确认删除rm ~/testFile
cat ~/.bash_history
root
的记录grep 'root' /etc/passwd
linux
的记录grep -r 'linux' /var/log/
cat /etc/passwd | grep 'root'
ssh
的目录(不包括子目录)ls /etc | grep 'ssh'
echo 'Hello World' > ~/test.txt
ping -c 4 cloud.tencent.com
netstat -lt