var arr = new Array(1000); for (var i=0; i<arr.length; i++) { // code } ... '.length' is a property which is pre-calculated when the array length is ...
確定! 回上一頁