The reason is that one construct: var a = []; // Create a new empty array. a[5] = 5; // Perfectly legal JavaScript that resizes the array. for (var i = 0; ...
確定! 回上一頁