首先上图(push、pop、shift、unshift):
1.对数组本身操作:增加或减少元素:push、pop、shift、unshift、splice、sort、reverse
arr.splice(start.len,item...)
2.产生新的数组:slice、concat
arr.slice(start,end)
3.其他:toString、join
首先上图(push、pop、shift、unshift):
1.对数组本身操作:增加或减少元素:push、pop、shift、unshift、splice、sort、reverse
arr.splice(start.len,item...)
2.产生新的数组:slice、concat
arr.slice(start,end)
3.其他:toString、join