<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DreamersLab &#187; apply</title>
	<atom:link href="http://dreamerslab.com/blog/tag/apply/feed/" rel="self" type="application/rss+xml" />
	<link>http://dreamerslab.com/blog</link>
	<description>No Boundaries No Limitation</description>
	<lastBuildDate>Thu, 18 Sep 2014 04:36:32 +0000</lastBuildDate>
	<language>tw</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Javascript call 以及 apply</title>
		<link>http://dreamerslab.com/blog/tw/javascript-call-and-apply/</link>
		<comments>http://dreamerslab.com/blog/tw/javascript-call-and-apply/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 10:16:55 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[apply]]></category>
		<category><![CDATA[call]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://dreamerslab.com/blog/?p=849</guid>
		<description><![CDATA[有好一段時間我對於 call 以及 apply 總是一知半解. 不但不知道何時可以用到他也分不清楚兩者有什模差異. 基本上 call 以及 apply 都是去執行這個 function 並將這個 function 的 context 替換成第一個參數帶入的物件. 兩個主要的不同是 call 必須將 function 的參數一一帶入而用 apply 的話只要在第二個參數帶入一個陣列就可以了. 第二個參數不是必須的 一個比較趨近現實使用方式的案例 Ajax 是一個很適合拿來用 call 以及 apply 的地方. 速度 用 call 來執行的 function 稍稍微比用 apply 快一些. &#8230; <a href="http://dreamerslab.com/blog/tw/javascript-call-and-apply/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamerslab.com/blog/tw/javascript-call-and-apply/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
