push()尾部添加 pop()尾部删除 unshift()头部添加 shift()头部删除 map() : 遍历数组中的元素, 返回一个新数组(包含回调函数返回的数据) filter():遍历数组中的元素, 返回一个新数组(包含回调函数返回true的元素)