数组的各种遍历方法

forEach,map,filter,every,some---参数:item,index
reduce---参数:pre,cur

原文地址:https://www.cnblogs.com/sakura-sakura/p/6823873.html