未捕获的类型错误:Function.prototype.apply:参数列表具有错误的类型(?)

14 浏览
0 Comments

未捕获的类型错误:Function.prototype.apply:参数列表具有错误的类型(?)

当我使用`.apply()`方法时,我遇到了错误`Uncaught TypeError: Function.prototype.apply: Arguments list has wrong type`,但我不确定原因。我的代码在这里

当jsfiddle加载完成后,点击单词“test”旁边并按下回车键。错误发生的方法是`this.addEvent`。我试图让我的对象成为事件回调函数中的“this”。

0