编程爱好者博客
shell读取终端输入
用read 关键字
read -p “Enter input:” var
-p 的作用是输出后面的字符串作为提示。
echo $var
« Previous
Linux下 安装Oracle
Next »
element ui tree组件怎么设置滚动条