Yes, you can. for loop iterates through anything that provides an iterator. A for loop over an array is compiled to an index-based loop that does ...
確定! 回上一頁