1、数组删除
2、数组合并
3、原数组会被修改的数组方法有:
1)排序 .sotr()
2)逆序 .reverse()
3)数组拼接 .splice()
js数组中的注意
原文:http://www.cnblogs.com/caojiayan/p/6223964.html