人机猜拳游戏(自己编写shell脚本) #!/bin/bashread -p "请输入你的选择(石头 剪刀 布):" b0a0=$[RANDOM % 3 + 1]#1为石头 2为剪刀 3为布if [ $a0 -eq 1 ];thenif [ $b0 == 石头 ];then &>/dev/nullecho "平局"elif [ $b0 == 剪刀 ];then &>... shell 2023-12-10 53 点赞 0 评论 80 浏览