<?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: JavaScript 跟你想得不一樣（二）</title>
	<atom:link href="http://blog.ericsk.org/archives/1360/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.ericsk.org/archives/1360</link>
	<description>It&#039;s all about ericsk.</description>
	<lastBuildDate>Thu, 04 Mar 2010 10:34:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: Ray</title>
		<link>http://blog.ericsk.org/archives/1360/comment-page-1#comment-24888</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Fri, 23 Oct 2009 08:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericsk.org/?p=1360#comment-24888</guid>
		<description>Good article!</description>
		<content:encoded><![CDATA[<p>Good article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vexed</title>
		<link>http://blog.ericsk.org/archives/1360/comment-page-1#comment-24884</link>
		<dc:creator>Vexed</dc:creator>
		<pubDate>Thu, 22 Oct 2009 16:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericsk.org/?p=1360#comment-24884</guid>
		<description>抱歉 剛剛是用手機打的 沒法打太多字

用 call 就不用傳陣列了 foo.call(bar, ‘abc’);

https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference:Global_Objects:Function:call

apply 一般是搭配 arguments 使用 所以才寫成陣列 foo.apply(bar, arguments);

https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide/Using_the_arguments_object</description>
		<content:encoded><![CDATA[<p>抱歉 剛剛是用手機打的 沒法打太多字</p>
<p>用 call 就不用傳陣列了 foo.call(bar, ‘abc’);</p>
<p><a href="https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference:Global_Objects:Function:call" rel="nofollow">https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference:Global_Objects:Function:call</a></p>
<p>apply 一般是搭配 arguments 使用 所以才寫成陣列 foo.apply(bar, arguments);</p>
<p><a href="https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide/Using_the_arguments_object" rel="nofollow">https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide/Using_the_arguments_object</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ericsk</title>
		<link>http://blog.ericsk.org/archives/1360/comment-page-1#comment-24883</link>
		<dc:creator>ericsk</dc:creator>
		<pubDate>Thu, 22 Oct 2009 16:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericsk.org/?p=1360#comment-24883</guid>
		<description>yes, call method is another way to change the context.</description>
		<content:encoded><![CDATA[<p>yes, call method is another way to change the context.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vexed</title>
		<link>http://blog.ericsk.org/archives/1360/comment-page-1#comment-24882</link>
		<dc:creator>Vexed</dc:creator>
		<pubDate>Thu, 22 Oct 2009 16:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericsk.org/?p=1360#comment-24882</guid>
		<description>foo.call(bar, &#039;abc&#039;);</description>
		<content:encoded><![CDATA[<p>foo.call(bar, &#8216;abc&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 楓葉寶寶</title>
		<link>http://blog.ericsk.org/archives/1360/comment-page-1#comment-24881</link>
		<dc:creator>楓葉寶寶</dc:creator>
		<pubDate>Thu, 22 Oct 2009 15:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericsk.org/?p=1360#comment-24881</guid>
		<description>嗚嗚 深有同感 。。。。

傻傻分不清楚</description>
		<content:encoded><![CDATA[<p>嗚嗚 深有同感 。。。。</p>
<p>傻傻分不清楚</p>
]]></content:encoded>
	</item>
</channel>
</rss>
