linux的输入光标不见的问题

解决方法:

直接敲命令行就行

echo -e "33[?25l"  隐藏光标
echo -e "33[?25h" 显示光标

原文地址:https://www.cnblogs.com/xyzluck/p/12955420.html