We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lib/index.js文件中的Array.apply(null, {length: 12})代码在Chrome 17版本上会报错:TypeError:Function.prototype.apply:Arguments list has wrong type.
Array.apply(null, {length: 12})
Array.apply的第二个参数应该是一个数组,如果只有一个参数值,可以使用call方法。