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.
使用一段时间后,我的页面变慢了。我在想这是因为我的一些 jQuery 函数一旦执行就永远不会停止运行。有没有办法检查仍在运行的程序,以便找出我的错误所在?
谢谢!
我建议你使用firebug进行调试。启动 firebug 打开您的页面并在控制台选项卡中查看发生了什么。我还建议检查您的 ram 内存使用情况。如果您有某种 jQuery 函数,它们一遍又一遍地循环并在您的内存中缓存一些日期,这可能会使您的页面变慢。