<?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>《Javascript String.format》的评论</title>
	<atom:link href="http://www.helloyesok.com/2008/04/17/javascript-stringformat.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.helloyesok.com/2008/04/17/javascript-stringformat.html</link>
	<description>分享生活中的趣事</description>
	<pubDate>Sun, 07 Sep 2008 15:36:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>ming</title>
		<link>http://www.helloyesok.com/2008/04/17/javascript-stringformat.html#comment-41</link>
		<dc:creator>ming</dc:creator>
		<pubDate>Mon, 05 May 2008 13:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.helloyesok.com/2008/04/17/javascript-stringformat.html#comment-41</guid>
		<description>嗯，那个的确是我欠考虑了，没有把无意义的几个''、undefined、null、0、false、NaN给考虑进去，谢谢提醒。
决定把现在的format3给废弃了，测试不周到啊

现在决定只用format1这个函数了</description>
		<content:encoded><![CDATA[<p>嗯，那个的确是我欠考虑了，没有把无意义的几个''、undefined、null、0、false、NaN给考虑进去，谢谢提醒。<br />
决定把现在的format3给废弃了，测试不周到啊</p>
<p>现在决定只用format1这个函数了</p>
]]></content:encoded>
	</item>
	<item>
		<title>AKFish</title>
		<link>http://www.helloyesok.com/2008/04/17/javascript-stringformat.html#comment-38</link>
		<dc:creator>AKFish</dc:creator>
		<pubDate>Thu, 01 May 2008 13:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.helloyesok.com/2008/04/17/javascript-stringformat.html#comment-38</guid>
		<description>你好
你的format在if (!arguments[i])这里有个bug
当传入的参数为数字0的时候
!arguments[i]也会被转化为bool的true
造成异常
可把判断条件改为 arguments.length &#60; i</description>
		<content:encoded><![CDATA[<p>你好<br />
你的format在if (!arguments[i])这里有个bug<br />
当传入的参数为数字0的时候<br />
!arguments[i]也会被转化为bool的true<br />
造成异常<br />
可把判断条件改为 arguments.length &lt; i</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.300 seconds -->
