Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
IE,Chrome,firefox的默认脚本运行时间是多少?通过javascript代码增加脚本运行时间的任何方法
Firefox 有一个禁用“太长脚本”的设置
IE不是时间问题,而是指令数量的问题。(至少 IE 6 和 7)
铬我不知道。
Opera 不会阻止脚本——它会自动运行。
window.setTimeout解决方案是分解你的脚本,以便看起来在每次迭代左右以某种方法运行。
window.setTimeout
如果您发布阻塞时间过长的方法,我们也许可以提供帮助。