<?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>《jQuery实例为什么在firebug下表现出数组的特征》的评论</title>
	<atom:link href="http://www.zhoumingzhi.com/2010/07/06/how-do-jquery-objects-imitate-arrays/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zhoumingzhi.com/2010/07/06/how-do-jquery-objects-imitate-arrays/</link>
	<description>这里全是流水账</description>
	<lastBuildDate>Thu, 08 Dec 2011 03:36:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>作者：&#187; jQuery实例为什么在firebug下表现出数组的特征 &#187; UED TEAM</title>
		<link>http://www.zhoumingzhi.com/2010/07/06/how-do-jquery-objects-imitate-arrays/comment-page-1/#comment-108</link>
		<dc:creator>&#187; jQuery实例为什么在firebug下表现出数组的特征 &#187; UED TEAM</dc:creator>
		<pubDate>Tue, 20 Jul 2010 00:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.zhoumingzhi.com/?p=908#comment-108</guid>
		<description>[...] 在firebug下面用console.debug($(‘a’))打印 jQuery()返回值时，会发现控制台输出是一个数组，但我们知道jQuery()返回的确实一个对象，只不过这个对象有length属性和数字的下 标，最重要的是还有一个splice方法。只要满足这三点，就会在控制台输出一个数组。自己建了个例子模拟一下。   查看源代码 [...]</description>
		<content:encoded><![CDATA[<p>[...] 在firebug下面用console.debug($(‘a’))打印 jQuery()返回值时，会发现控制台输出是一个数组，但我们知道jQuery()返回的确实一个对象，只不过这个对象有length属性和数字的下 标，最重要的是还有一个splice方法。只要满足这三点，就会在控制台输出一个数组。自己建了个例子模拟一下。   查看源代码 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

