<?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>评论：javascript中实现反射</title>
	<atom:link href="http://www.51jquery.com/2009-09/reflection-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.51jquery.com/2009-09/reflection-in-javascript/</link>
	<description>活着，开心最重要！</description>
	<lastBuildDate>Fri, 07 May 2010 11:44:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>来自：wsenmin</title>
		<link>http://www.51jquery.com/2009-09/reflection-in-javascript/comment-page-1/#comment-615</link>
		<dc:creator>wsenmin</dc:creator>
		<pubDate>Tue, 06 Apr 2010 09:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.51jquery.com/?p=511#comment-615</guid>
		<description>是比较引用么</description>
		<content:encoded><![CDATA[<p>是比较引用么</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：wsenmin</title>
		<link>http://www.51jquery.com/2009-09/reflection-in-javascript/comment-page-1/#comment-614</link>
		<dc:creator>wsenmin</dc:creator>
		<pubDate>Tue, 06 Apr 2010 09:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.51jquery.com/?p=511#comment-614</guid>
		<description>不好意思 我搞错了 if (window[item] == “superman1″) 两个等于号就报错，请问三个等于号什么意思？？</description>
		<content:encoded><![CDATA[<p>不好意思 我搞错了 if (window[item] == “superman1″) 两个等于号就报错，请问三个等于号什么意思？？</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：wsenmin</title>
		<link>http://www.51jquery.com/2009-09/reflection-in-javascript/comment-page-1/#comment-613</link>
		<dc:creator>wsenmin</dc:creator>
		<pubDate>Tue, 06 Apr 2010 09:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.51jquery.com/?p=511#comment-613</guid>
		<description>var name = &quot;superman&quot;;var key = (function() {    for (var item in window) {    
    if (window[item] === &quot;superman1&quot;)   //这样的话就报错
{            return item;        }    }})();alert(key);</description>
		<content:encoded><![CDATA[<p>var name = &#8220;superman&#8221;;var key = (function() {    for (var item in window) {<br />
    if (window[item] === &#8220;superman1&#8243;)   //这样的话就报错<br />
{            return item;        }    }})();alert(key);</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：胡杨</title>
		<link>http://www.51jquery.com/2009-09/reflection-in-javascript/comment-page-1/#comment-259</link>
		<dc:creator>胡杨</dc:creator>
		<pubDate>Thu, 07 Jan 2010 07:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.51jquery.com/?p=511#comment-259</guid>
		<description>var name = &quot;superman&quot;;var key = (function() {    for (var item in window) {        if (window[item] === &quot;superman&quot;) {            return item;        }    }})();alert(key);
建议改成这样~
var name = &quot;superman&quot;;var key = (function() {    for (var item in this) {        if (window[item] === &quot;superman&quot;) {            return item;        }    }})();alert(key);</description>
		<content:encoded><![CDATA[<p>var name = &#8220;superman&#8221;;var key = (function() {    for (var item in window) {        if (window[item] === &#8220;superman&#8221;) {            return item;        }    }})();alert(key);<br />
建议改成这样~<br />
var name = &#8220;superman&#8221;;var key = (function() {    for (var item in this) {        if (window[item] === &#8220;superman&#8221;) {            return item;        }    }})();alert(key);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
