var obj = {};obj.setTimeout = window.setTimeout;obj.setTimeout(function(){ console.log("111")},100);//Uncaught TypeError: Illegal invocation at <anonymous>:5:5window下的一些方法,赋值给自定义对象会报错,想知道具体原因。
添加回答
举报
0/150
提交
取消