数组方法pop() push() unshift() shift()

Push()尾部添加 pop()尾部删除

Unshift()头部添加 shift()头部删除

原文地址:https://www.cnblogs.com/wade1220/p/7182404.html