浙林龙哥

   :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2004年8月10日

摘要: 以下代码在IE中会不断吃掉内存,怎么解决? var idGetMsg=0; function UpdateMessage() { if(idGetMsg) { clearTimeout(idGetMsg); idGetMsg=0; } var xh = new ActiveXObject("Microsoft.XMLHTTP"); xh = null; ... 阅读全文
posted @ 2004-08-10 15:13 浙林龙哥 阅读(771) 评论(0) 推荐(0) 编辑