---
+0 逐句学英文-数组
Arraysarray数组
An array is a collection of data values, just as an object is.
数组和对象一样是数值的集合。
In JavaScript, you retrieve a value from an array by enclosing an index in square brackets after the array name.
在 JavaScript 中,要获取数组中的某个值,可以使用数组
查看全文: http://www.udpwork.com/item/5009.html
An array is a collection of data values, just as an object is.
数组和对象一样是数值的集合。
In JavaScript, you retrieve a value from an array by enclosing an index in square brackets after the array name.
在 JavaScript 中,要获取数组中的某个值,可以使用数组
查看全文: http://www.udpwork.com/item/5009.html