Linux 之 光标消失隐藏术

下面是 Linux 光标突然不见的解决办法:

直接敲命令行就行

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