在开发中,数组使用频率很频繁,JS数组常用方法有:push,pop,unshift,shift,splice,join,concat,forEach,filter, map,sort,some,every好多,不过都是平时开发中很常用的方法。