push && unshift &&am 2017-03-14 本文已影响10人 咸湿仔灬 push : 在数组最后加一个元素 unshift : 在数组最前面加入一个元素 pop :在数组最后删除一个元素 shift : 在数组最前删除一个元素