//清理浏览器内存,只对IE起效,FF不需要 Javascript代码 if ($.browser.msie) { window.setInterval("CollectGarbage();", 10000); }