获取指定位置的数据 arrayObject.slice(start,end)


 slice() 方法可从已有的数组中返回选定的元素。

 

 截取数组对象

 array.splice(index,howmany)