For-each loop can also be used to iterate over a range, set or dictionary using both the indexes as well an element based iteration. (0...5).forEach{ item in
確定! 回上一頁