(3) do/while 迴圈:如 do {$sum = $sum + $a}while($a <10);。 (4) foreach 迴圈:如 foreach ($arr as $key ) { echo "$arr[$ ...
確定! 回上一頁