果果、 发表于 2018-8-23 07:05:52

shell脚本实例-for循环从1加到100

#!/bin/bash  
s=0
  
for ((i=1;i
页: [1]
查看完整版本: shell脚本实例-for循环从1加到100