<?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>Comments on: 谨慎使用YAHOO.lang.substitute</title>
	<atom:link href="http://lifesinger.org/blog/2008/10/yahoo-lang-substitute/feed/" rel="self" type="application/rss+xml" />
	<link>http://lifesinger.org/blog/2008/10/yahoo-lang-substitute/</link>
	<description>关注用户体验、前端开发，记录生活点滴、岁月足迹。</description>
	<lastBuildDate>Thu, 09 Sep 2010 07:06:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: 乔福</title>
		<link>http://lifesinger.org/blog/2008/10/yahoo-lang-substitute/comment-page-1/#comment-6611</link>
		<dc:creator>乔福</dc:creator>
		<pubDate>Wed, 01 Sep 2010 12:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=279#comment-6611</guid>
		<description>nice！玉伯的这篇文章正好解决了问题~~~</description>
		<content:encoded><![CDATA[<p>nice！玉伯的这篇文章正好解决了问题~~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lifesinger</title>
		<link>http://lifesinger.org/blog/2008/10/yahoo-lang-substitute/comment-page-1/#comment-132</link>
		<dc:creator>lifesinger</dc:creator>
		<pubDate>Mon, 06 Oct 2008 21:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=279#comment-132</guid>
		<description>死循环是因为YUI的源码里，
&lt;pre&gt;
substitute: function (s, o, f) {
    ...
    for(;;) {
        ...
        s = s.substring(0, i) + v + s.substring(j + 1);
    }
    ...
}
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>死循环是因为YUI的源码里，</p>
<pre>
substitute: function (s, o, f) {
    ...
    for(;;) {
        ...
        s = s.substring(0, i) + v + s.substring(j + 1);
    }
    ...
}
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: 小马</title>
		<link>http://lifesinger.org/blog/2008/10/yahoo-lang-substitute/comment-page-1/#comment-131</link>
		<dc:creator>小马</dc:creator>
		<pubDate>Mon, 06 Oct 2008 19:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=279#comment-131</guid>
		<description>为什么会出现死循环呢？</description>
		<content:encoded><![CDATA[<p>为什么会出现死循环呢？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
