php $n=1; while($n<=10): echo "$n<br/>"; $n++; endwhile; ?> 執行上面程式碼得到以下結果- 1 2 3 4 5 6 7 8 9 10. PHP巢狀while ...
確定! 回上一頁