For(<variable initial>; <condition>; <variable action>) { Loop Action ... } 範例: $sum = 0 For($i = 1; $i -le 10; $i++) { $sum += ...
確定! 回上一頁