pop		移除数组的最后一个元素,并将其返回
shift		移除所数组第一个元素,并将其返回
push		将元素添加到数组最后一个
unshift    	将元素添加到数组第一个