Take for instance the Array constructor function. var a = new Array(1,2,3,4,5); a[0] // returns 1 a.length // returns 5.
確定! 回上一頁