<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>评论：解决 IE6 内存泄露的另类方法</title>
	<atom:link href="http://www.planabc.net/2008/07/03/ie6_memory_leak_fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.planabc.net/2008/07/03/ie6_memory_leak_fix/</link>
	<description>落草为根—专注前端技术&#38;&#38;关注用户体验</description>
	<pubDate>Wed, 07 Jan 2009 11:38:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：怿飞</title>
		<link>http://www.planabc.net/2008/07/03/ie6_memory_leak_fix/comment-page-1/#comment-1136</link>
		<dc:creator>怿飞</dc:creator>
		<pubDate>Sun, 03 Aug 2008 15:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.planabc.net/?p=79#comment-1136</guid>
		<description>@netwjx 是IE6特有的内存泄漏问题，具体的可以看文中给出的链接</description>
		<content:encoded><![CDATA[<p>@netwjx 是IE6特有的内存泄漏问题，具体的可以看文中给出的链接</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：netwjx</title>
		<link>http://www.planabc.net/2008/07/03/ie6_memory_leak_fix/comment-page-1/#comment-1131</link>
		<dc:creator>netwjx</dc:creator>
		<pubDate>Sat, 02 Aug 2008 14:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.planabc.net/?p=79#comment-1131</guid>
		<description>moz的wiki上有一段关于内存泄露的原因
http://developer.mozilla.org/cn/docs/A_re-introduction_to_JavaScript#.E5.86.85.E5.AD.98.E6.B3.84.E9.9C.B2

楼主的这个不完整 哪个里面说的是一个闭包和一个dom对象互相引用</description>
		<content:encoded><![CDATA[<p>moz的wiki上有一段关于内存泄露的原因<br />
<a href="http://developer.mozilla.org/cn/docs/A_re-introduction_to_JavaScript#.E5.86.85.E5.AD.98.E6.B3.84.E9.9C.B2" rel="nofollow">http://developer.mozilla.org/cn/docs/A_re-introduction_to_JavaScript#.E5.86.85.E5.AD.98.E6.B3.84.E9.9C.B2</a></p>
<p>楼主的这个不完整 哪个里面说的是一个闭包和一个dom对象互相引用</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：hbjswj</title>
		<link>http://www.planabc.net/2008/07/03/ie6_memory_leak_fix/comment-page-1/#comment-1127</link>
		<dc:creator>hbjswj</dc:creator>
		<pubDate>Fri, 01 Aug 2008 06:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.planabc.net/?p=79#comment-1127</guid>
		<description>还是有一部分人用IE6的.</description>
		<content:encoded><![CDATA[<p>还是有一部分人用IE6的.</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：QQ下载</title>
		<link>http://www.planabc.net/2008/07/03/ie6_memory_leak_fix/comment-page-1/#comment-899</link>
		<dc:creator>QQ下载</dc:creator>
		<pubDate>Wed, 09 Jul 2008 00:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.planabc.net/?p=79#comment-899</guid>
		<description>实在不行就升级到IE7，或者换个其它的！</description>
		<content:encoded><![CDATA[<p>实在不行就升级到IE7，或者换个其它的！</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：我de艾蜜莉</title>
		<link>http://www.planabc.net/2008/07/03/ie6_memory_leak_fix/comment-page-1/#comment-863</link>
		<dc:creator>我de艾蜜莉</dc:creator>
		<pubDate>Fri, 04 Jul 2008 06:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.planabc.net/?p=79#comment-863</guid>
		<description>这样的解决方法我测试了一下，不能解决内存溢出的问题，释放DOM对象并不意味着这个DOM的Javascript引用也被释放了。
http://javascript.crockford.com/memory/leak.html
这个方法才正解，虽然感觉上效率差了点，不知道有否更简单的解决办法。</description>
		<content:encoded><![CDATA[<p>这样的解决方法我测试了一下，不能解决内存溢出的问题，释放DOM对象并不意味着这个DOM的Javascript引用也被释放了。<br />
<a href="http://javascript.crockford.com/memory/leak.html" rel="nofollow">http://javascript.crockford.com/memory/leak.html</a><br />
这个方法才正解，虽然感觉上效率差了点，不知道有否更简单的解决办法。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：MacJi</title>
		<link>http://www.planabc.net/2008/07/03/ie6_memory_leak_fix/comment-page-1/#comment-860</link>
		<dc:creator>MacJi</dc:creator>
		<pubDate>Fri, 04 Jul 2008 01:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.planabc.net/?p=79#comment-860</guid>
		<description>真是的，人家就用别的语言评论，你却想把它转译。。。</description>
		<content:encoded><![CDATA[<p>真是的，人家就用别的语言评论，你却想把它转译。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：怿飞</title>
		<link>http://www.planabc.net/2008/07/03/ie6_memory_leak_fix/comment-page-1/#comment-854</link>
		<dc:creator>怿飞</dc:creator>
		<pubDate>Thu, 03 Jul 2008 12:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.planabc.net/?p=79#comment-854</guid>
		<description>@xling 不知道为什么你的评论有乱码，转译了一下，还有部分转不过--！</description>
		<content:encoded><![CDATA[<p>@xling 不知道为什么你的评论有乱码，转译了一下，还有部分转不过&#8211;！</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：xling</title>
		<link>http://www.planabc.net/2008/07/03/ie6_memory_leak_fix/comment-page-1/#comment-853</link>
		<dc:creator>xling</dc:creator>
		<pubDate>Thu, 03 Jul 2008 12:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.planabc.net/?p=79#comment-853</guid>
		<description>我觉得:
这样的写法,没有多少实际用际.

比如:
var MyWin = function(){
 this.create = function(){...}
 this.show = function(){...}
}

var win1 = new MyWin();
...
Show!

如果你把 win1 给 等于 null 的�¯?,这个程�º?无任何作用.
所以,您说的这�§?方法,用处很�°?.</description>
		<content:encoded><![CDATA[<p>我觉得:<br />
这样的写法,没有多少实际用际.</p>
<p>比如:<br />
var MyWin = function(){<br />
 this.create = function(){&#8230;}<br />
 this.show = function(){&#8230;}<br />
}</p>
<p>var win1 = new MyWin();<br />
&#8230;<br />
Show!</p>
<p>如果你把 win1 给 等于 null 的�¯?,这个程�º?无任何作用.<br />
所以,您说的这�§?方法,用处很�°?.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
