240 发简信
IP属地:广东
  • 第一个Shell程序

    #/bin/bash echo -n "请输入Shell:" read name if [ $name = "Shell" ] then ech...