han8809 发表于 2018-8-19 10:34:24

在Linux系统下如何用shell编写99乘法表啊?

  
#!/bin/sh
  
for (( i=1;i
页: [1]
查看完整版本: 在Linux系统下如何用shell编写99乘法表啊?