原生JS forEach和map遍历的区别以及兼容写法forEach 没有返回值,map 有返回值。if ( !Array.prototype.forEach ) {Array.prototype.forEach = function forEach( callback, thisArg2023-04-11JavaScript300