Array 对象支持创建任何数据类型的数组。
constructor 属性
length 属性(数组)
prototype 属性
concat 方法(数组)
join 方法
pop 方法
push 方法
reverse 方法
shift 方法
slice 方法(数组)
sort 方法
splice 方法
toLocaleString 方法
toString 方法
unshift 方法
valueOf 方法