linux显示光标

#  显示光标
echo -e "\033[?25h"
 
# 隐藏光标
echo -e "\033[?25l"
posted @ 2021-10-12 11:58  1769987233  阅读(123)  评论(0)    收藏  举报