<?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>“陈超群’s Blog” 的评论</title>
	<atom:link href="http://www.51jquery.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.51jquery.com</link>
	<description>活着，开心最重要！</description>
	<lastBuildDate>Thu, 07 Jan 2010 07:28:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>胡杨 关于 javascript中实现反射 的评论</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>
	<item>
		<title>simaopig 关于 HTML默认样式和浏览器默认样式【笔记】 的评论</title>
		<link>http://www.51jquery.com/2009-04/html-default-style/comment-page-1/#comment-233</link>
		<dc:creator>simaopig</dc:creator>
		<pubDate>Thu, 17 Dec 2009 07:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.51jquery.com/2009-04/html%e9%bb%98%e8%ae%a4%e6%a0%b7%e5%bc%8f%e5%92%8c%e6%b5%8f%e8%a7%88%e5%99%a8%e9%bb%98%e8%ae%a4%e6%a0%b7%e5%bc%8f%e3%80%90%e7%ac%94%e8%ae%b0%e3%80%91/#comment-233</guid>
		<description>这个貌似看yahoo的css就可以了：http://l.yimg.com/a/lib/arc/core_1.0.2.css</description>
		<content:encoded><![CDATA[<p>这个貌似看yahoo的css就可以了：http://l.yimg.com/a/lib/arc/core_1.0.2.css</p>
]]></content:encoded>
	</item>
	<item>
		<title>simaopig 关于 代码大全PDF电子书下载 的评论</title>
		<link>http://www.51jquery.com/2009-05/code-complete-pdf/comment-page-1/#comment-232</link>
		<dc:creator>simaopig</dc:creator>
		<pubDate>Thu, 17 Dec 2009 07:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.51jquery.com/?p=369#comment-232</guid>
		<description>一样，下载了。。</description>
		<content:encoded><![CDATA[<p>一样，下载了。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>simaopig 关于 javascript检测浏览器类型和版本 的评论</title>
		<link>http://www.51jquery.com/2009-09/javascript-browser/comment-page-1/#comment-217</link>
		<dc:creator>simaopig</dc:creator>
		<pubDate>Tue, 08 Dec 2009 08:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.51jquery.com/?p=468#comment-217</guid>
		<description>不错，不错，不过有的方法重复了。哈。第一个和倒数第二个。嗯。~~</description>
		<content:encoded><![CDATA[<p>不错，不错，不过有的方法重复了。哈。第一个和倒数第二个。嗯。~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>创意无限 关于 软件开发最重要的一环 &#8211; 文档【转】 的评论</title>
		<link>http://www.51jquery.com/2009-09/developer-guide/comment-page-1/#comment-214</link>
		<dc:creator>创意无限</dc:creator>
		<pubDate>Mon, 07 Dec 2009 04:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.51jquery.com/?p=515#comment-214</guid>
		<description>从大学毕业设计，到现在的工作，文档确实很要求标准</description>
		<content:encoded><![CDATA[<p>从大学毕业设计，到现在的工作，文档确实很要求标准</p>
]]></content:encoded>
	</item>
	<item>
		<title>ASP.NET MVC学习资料 : 米缸还有米 关于 【收集】ASP.NET MVC学习资料 的评论</title>
		<link>http://www.51jquery.com/2009-06/dotnetmvcframework/comment-page-1/#comment-193</link>
		<dc:creator>ASP.NET MVC学习资料 : 米缸还有米</dc:creator>
		<pubDate>Fri, 20 Nov 2009 07:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.51jquery.com/?p=391#comment-193</guid>
		<description>[...] http://www.51jquery.com/2009-06/dotnetmvcframework/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.51jquery.com/2009-06/dotnetmvcframework/" rel="nofollow">http://www.51jquery.com/2009-06/dotnetmvcframework/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>亮の自由 关于 jQuery.live()函数分析 的评论</title>
		<link>http://www.51jquery.com/2009-10/jquery-live/comment-page-1/#comment-191</link>
		<dc:creator>亮の自由</dc:creator>
		<pubDate>Thu, 19 Nov 2009 01:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.51jquery.com/?p=553#comment-191</guid>
		<description>很清晰！还没用过。</description>
		<content:encoded><![CDATA[<p>很清晰！还没用过。</p>
]]></content:encoded>
	</item>
	<item>
		<title>亮の自由 关于 软件开发最重要的一环 &#8211; 文档【转】 的评论</title>
		<link>http://www.51jquery.com/2009-09/developer-guide/comment-page-1/#comment-190</link>
		<dc:creator>亮の自由</dc:creator>
		<pubDate>Thu, 19 Nov 2009 00:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.51jquery.com/?p=515#comment-190</guid>
		<description>之前写过数据字典，分析文档，画过设计原型图、流程图、项目进度的甘特图，其他的就没有接触过了，不知道要求严格的软件公司所要求的优秀的文档是什么样的，以什么表现形式存在。以什么方式归档等。</description>
		<content:encoded><![CDATA[<p>之前写过数据字典，分析文档，画过设计原型图、流程图、项目进度的甘特图，其他的就没有接触过了，不知道要求严格的软件公司所要求的优秀的文档是什么样的，以什么表现形式存在。以什么方式归档等。</p>
]]></content:encoded>
	</item>
	<item>
		<title>种草人 关于 jQuery.live()函数分析 的评论</title>
		<link>http://www.51jquery.com/2009-10/jquery-live/comment-page-1/#comment-101</link>
		<dc:creator>种草人</dc:creator>
		<pubDate>Fri, 30 Oct 2009 17:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.51jquery.com/?p=553#comment-101</guid>
		<description>我喜欢夜晚行动，呵呵。挺有风格的博客，顶一下。</description>
		<content:encoded><![CDATA[<p>我喜欢夜晚行动，呵呵。挺有风格的博客，顶一下。</p>
]]></content:encoded>
	</item>
	<item>
		<title>陈超群 关于 理解caller,callee,call,apply 的评论</title>
		<link>http://www.51jquery.com/2009-08/caller-callee-call-apply/comment-page-1/#comment-93</link>
		<dc:creator>陈超群</dc:creator>
		<pubDate>Sun, 18 Oct 2009 11:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.51jquery.com/?p=452#comment-93</guid>
		<description>sorry,那样写是有问题，应该是base.call(this)</description>
		<content:encoded><![CDATA[<p>sorry,那样写是有问题，应该是base.call(this)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
