After the for loop runs, the iterator variable (i.e. i) still exists. That doesn't happen with each , because each introduces a new lexical ...
確定! 回上一頁