在遍历方法之前添加如下代码即可。
ECMA-262 第5版中指定的算法。算法假定Object和TypeError拥有它们的初始值。callback.call等价于Function.prototype.call()。
if (!Array.prototype.forEach) {
Array.prototype.forEach = function forEach(callback, thisArg) {
在遍历方法之前添加如下代码即可。
ECMA-262 第5版中指定的算法。算法假定Object和TypeError拥有它们的初始值。callback.call等价于Function.prototype.call()。
if (!Array.prototype.forEach) {
Array.prototype.forEach = function forEach(callback, thisArg) {