1、push()    尾部添加元素
2、pop()     尾部删除元素
3、shift()    头部删除第一个元素
4、unshift() 头部添加一个元素
5、splice()  按下标移除/替换/添加元素
6、sort()    元素排序
7、reverse()  元素反转