<?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"
	>
<channel>
	<title>《详解new function(){}和function(){}()》的评论</title>
	<atom:link href="http://www.planabc.net/2008/02/20/javascript_new_function/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.planabc.net/2008/02/20/javascript_new_function/</link>
	<description>落草为根—专注前端技术&#38;&#38;关注用户体验</description>
	<pubDate>Wed, 20 Aug 2008 14:52:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>netwjx</title>
		<link>http://www.planabc.net/2008/02/20/javascript_new_function/#comment-391</link>
		<dc:creator>netwjx</dc:creator>
		<pubDate>Wed, 30 Apr 2008 16:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.planabc.net/2008/02/20/javascript_new_function/#comment-391</guid>
		<description>var yx01 = new function() {return “圆心”};
意思应该是
var yx01 = new (function() {return “圆心”});

而(function() {return “圆心”})就是上面说的constructor</description>
		<content:encoded><![CDATA[<p>var yx01 = new function() {return “圆心”};<br />
意思应该是<br />
var yx01 = new (function() {return “圆心”});</p>
<p>而(function() {return “圆心”})就是上面说的constructor</p>
]]></content:encoded>
	</item>
	<item>
		<title>怿飞</title>
		<link>http://www.planabc.net/2008/02/20/javascript_new_function/#comment-377</link>
		<dc:creator>怿飞</dc:creator>
		<pubDate>Mon, 28 Apr 2008 09:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.planabc.net/2008/02/20/javascript_new_function/#comment-377</guid>
		<description>大写表示Function类，小写是函数。</description>
		<content:encoded><![CDATA[<p>大写表示Function类，小写是函数。</p>
]]></content:encoded>
	</item>
	<item>
		<title>withoume</title>
		<link>http://www.planabc.net/2008/02/20/javascript_new_function/#comment-375</link>
		<dc:creator>withoume</dc:creator>
		<pubDate>Mon, 28 Apr 2008 08:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.planabc.net/2008/02/20/javascript_new_function/#comment-375</guid>
		<description>var yx01 = new function() {return "圆心"};
这种方法写function的f需要大写字母吗，我看好多都用的是大写。</description>
		<content:encoded><![CDATA[<p>var yx01 = new function() {return &#8220;圆心&#8221;};<br />
这种方法写function的f需要大写字母吗，我看好多都用的是大写。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
