while 敘述的語法如下: while (controlling_expression) statements. while敘述先判斷controlling_expression的值,若為true則一直執行後續的statement, ...
確定! 回上一頁