php for ($i = 1; $i <= 10; $i++){ if ($i == 5) { continue; //暫停一次後再繼續 } echo $i."<br>"; } ?> 參考. Yiru@ ...
確定! 回上一頁