#if范例if [ $? -eq 0 ] then echo Ok else echo Bad fi #for范例for i in `seq 9 ` do echo "当前循环次数:" echo $i done #while范例while true; ...
確定! 回上一頁