shell编程for循环 shell中for循环实例 Linux中编写一个shell程序,读入一组数字,使用for循环计算该数组数字的乘积?#! /bin/bashread-P“请输入一组数字:”-a arrayaccum... 2021-03-12 2290次浏览