小脚本 #!/bin/bash#zouread -p \"请输入:\" numif [[ \"$num\" =~ ^[0-9]+$ ]]; thenecho \"输入的数字是$num\"elseecho \"输入的不是数字\"fi