N+12017-11-28 本文已影响0人 NextStepPeng #while 循环 a=1 while(($a<10)) do echo ${a} a=`expr $a + 1` done a=`expr $a + 1`