1、push(item.....) 插入一个或多个新的数组元素,返回新数组的长度
2、 Array.reverse() 倒置数组
3、 shift() 删除数组的的个元素,并返回该元素,如果没有,返回undefined