首页 > 在console里,执行setTimeout, Maximum call stack size exceeded

在console里,执行setTimeout, Maximum call stack size exceeded

为什么在console里执行下面的语句报错

setTimeout(function(){alert("test")}, 1000)

Uncaught RangeError: Maximum call stack size exceeded


在我机器上测试 没有问题 你代码给全了没有

【热门文章】
【热门文章】