<?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>《浅析数组分时处理》的评论</title>
	<atom:link href="http://www.mytcer.com/139/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mytcer.com/139</link>
	<description></description>
	<lastBuildDate>Fri, 14 Jan 2011 14:47:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>作者：paper</title>
		<link>http://www.mytcer.com/139/comment-page-1#comment-30</link>
		<dc:creator>paper</dc:creator>
		<pubDate>Tue, 29 Dec 2009 08:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mytcer.com/?p=139#comment-30</guid>
		<description>function asyncInnerHTML(HTML, callback) {
    var temp = document.createElement(&#039;div&#039;),
        frag = document.createDocumentFragment();
    temp.innerHTML = HTML;
    (function(){
        if(temp.firstChild){
            frag.appendChild(temp.firstChild);
            setTimeout(arguments.callee, 0);
        } else {
            callback(frag);
        }
    })();
}

这段代码也很不错。
from：http://james.padolsey.com/javascript/asynchronous-innerhtml/</description>
		<content:encoded><![CDATA[<p>function asyncInnerHTML(HTML, callback) {<br />
    var temp = document.createElement(&#8216;div&#8217;),<br />
        frag = document.createDocumentFragment();<br />
    temp.innerHTML = HTML;<br />
    (function(){<br />
        if(temp.firstChild){<br />
            frag.appendChild(temp.firstChild);<br />
            setTimeout(arguments.callee, 0);<br />
        } else {<br />
            callback(frag);<br />
        }<br />
    })();<br />
}</p>
<p>这段代码也很不错。<br />
from：http://james.padolsey.com/javascript/asynchronous-innerhtml/</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：释然</title>
		<link>http://www.mytcer.com/139/comment-page-1#comment-11</link>
		<dc:creator>释然</dc:creator>
		<pubDate>Mon, 07 Dec 2009 00:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mytcer.com/?p=139#comment-11</guid>
		<description>顶~这个小虎他们在店铺分类里有应用~</description>
		<content:encoded><![CDATA[<p>顶~这个小虎他们在店铺分类里有应用~</p>
]]></content:encoded>
	</item>
</channel>
</rss>

