JavaScript 数组对象
返回数组的数目:
fruits.length; The result could be 4
length 属性可设置或返回数组中元素的数目。
所有主要浏览器都支持length 属性。
设置数组的数目:
Return the length of an array: