The example above iterates over indices 0, 1, 2 and 3, and at each index prints the value held in the index. So first it prints numbers[0] , then numbers[1] etc ...
確定! 回上一頁