ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
shell实现按键检测,而不哟纪念馆每一次都按回车键,可以使用`read -n1 in`燃尽后读取in就可!<br/> ``` #!/usr/bin/env bash #------------------------------------------------------- # FileName : run.sh # Author :hpy # Date :2020年06月16日 # Description :自动按键检测方法 #---------------------------------------------------- while((1)) do read -n1 in echo "你输入的按键为:$in" done ``` ![](https://img.kancloud.cn/0d/fe/0dfe6fc8bc64f6905992f13ebd82fb1c_711x317.png)