Linux csh Shell 循环C外壳(csh)while循环foreach循环示例语法语法如下: while(condition) command1 command2 end set i = 1 while ( i < 5 ) command1 command2 @ i++ ...
確定! 回上一頁