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