xlfm22 发表于 2018-8-27 06:13:50

shell脚本编写乘法口诀

  用for循环编写乘法口诀
  新建脚本文件for.sh
  #vim for.sh
  #!/bin/bash
  for ((i=1;i
页: [1]
查看完整版本: shell脚本编写乘法口诀