Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1106661
  • 博文数量: 60
  • 博客积分: 10010
  • 博客等级: 上将
  • 技术积分: 2500
  • 用 户 组: 普通用户
  • 注册时间: 2006-12-19 19:47
文章分类

全部博文(60)

文章存档

2009年(6)

2008年(54)

我的朋友

分类:

2008-03-11 12:28:21

引用:
------------------------------------------------------------------------------------------------------------------
在JavaScript中释放对象占用的内存
今天为了提高客户端的运行效率,开始优化代码,先检查内存释放问题

找到了一个javascript的未公开函数CollectGarbage()

According to MSDN, CollectGarbage is an undocumented function of the language and it is used for testing only. However this is the only way to force the garbage collection in Javascript, setting a variable to null or deleting it will not destroy the resource until the browser engine is destroyed.


CODE:

我这里试下来每次都能立即释放内存的。
阅读(1287) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~