PHP while 迴圈可以用於遍歷一組程式碼,如:for迴圈。如果疊代次數未知,則應使用while迴圈。 while迴圈語法 while(condition){ //code to be executed }. 替代語法
確定! 回上一頁