Java for-each Loop ... 很多程式語言都有支援for-each這類的語法,簡單的說for-each語法就是當我們想要 ... for (type var : arr) { body-of-loop }
確定! 回上一頁