<?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/1359/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.ericsk.org/archives/1359</link>
	<description>It&#039;s all about ericsk.</description>
	<lastBuildDate>Sun, 14 Mar 2010 13:00:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: Wolke Lin</title>
		<link>http://blog.ericsk.org/archives/1359/comment-page-1#comment-24954</link>
		<dc:creator>Wolke Lin</dc:creator>
		<pubDate>Wed, 18 Nov 2009 03:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericsk.org/?p=1359#comment-24954</guid>
		<description>這個梗有聊過了嗎?
function do()
{
for (i=0;i&lt;10;i++)
{
print &#039;ha&#039;;
}
}
for (i=0;i&lt;10;i++)
{
do()
}
上面這個迴圈只會跑一次
for圈內一定要記得加var ，
不然都會改到外面那個i~
這也是滿讓人誤解，js區域的觀念很怪~</description>
		<content:encoded><![CDATA[<p>這個梗有聊過了嗎?<br />
function do()<br />
{<br />
for (i=0;i&lt;10;i++)<br />
{<br />
print &#039;ha&#039;;<br />
}<br />
}<br />
for (i=0;i&lt;10;i++)<br />
{<br />
do()<br />
}<br />
上面這個迴圈只會跑一次<br />
for圈內一定要記得加var ，<br />
不然都會改到外面那個i~<br />
這也是滿讓人誤解，js區域的觀念很怪~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey04</title>
		<link>http://blog.ericsk.org/archives/1359/comment-page-1#comment-24880</link>
		<dc:creator>Jeffrey04</dc:creator>
		<pubDate>Tue, 20 Oct 2009 15:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericsk.org/?p=1359#comment-24880</guid>
		<description>呵，那是我在前阵子在Javascript这一块突然开窍有blog下来的关系

你的姓氏很罕有呢（我身边的朋友只有一个复姓）~</description>
		<content:encoded><![CDATA[<p>呵，那是我在前阵子在Javascript这一块突然开窍有blog下来的关系</p>
<p>你的姓氏很罕有呢（我身边的朋友只有一个复姓）~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention JavaScript 跟你想得不一樣（一） « 國三還是菜鳥一枚 -- Topsy.com</title>
		<link>http://blog.ericsk.org/archives/1359/comment-page-1#comment-24879</link>
		<dc:creator>Tweets that mention JavaScript 跟你想得不一樣（一） « 國三還是菜鳥一枚 -- Topsy.com</dc:creator>
		<pubDate>Tue, 20 Oct 2009 15:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericsk.org/?p=1359#comment-24879</guid>
		<description>[...] This post was mentioned on Twitter by 小ken and CornGuo, Shane. Shane said: 說 http://plurk.com/p/2c0rl2 ([ReP]) @ericsk: http://tinyurl.com/yg62hzs (JavaScript 跟你想得不一樣 part I) http://plurk.com/p/2c0tvl [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by 小ken and CornGuo, Shane. Shane said: 說 <a href="http://plurk.com/p/2c0rl2" rel="nofollow">http://plurk.com/p/2c0rl2</a> ([ReP]) @ericsk: <a href="http://tinyurl.com/yg62hzs" rel="nofollow">http://tinyurl.com/yg62hzs</a> (JavaScript 跟你想得不一樣 part I) <a href="http://plurk.com/p/2c0tvl" rel="nofollow">http://plurk.com/p/2c0tvl</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ericsk</title>
		<link>http://blog.ericsk.org/archives/1359/comment-page-1#comment-24878</link>
		<dc:creator>ericsk</dc:creator>
		<pubDate>Tue, 20 Oct 2009 14:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericsk.org/?p=1359#comment-24878</guid>
		<description>哇哇哇...被破梗了，那是下一集的內容 XD</description>
		<content:encoded><![CDATA[<p>哇哇哇&#8230;被破梗了，那是下一集的內容 XD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey04</title>
		<link>http://blog.ericsk.org/archives/1359/comment-page-1#comment-24877</link>
		<dc:creator>Jeffrey04</dc:creator>
		<pubDate>Tue, 20 Oct 2009 14:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericsk.org/?p=1359#comment-24877</guid>
		<description>更有趣的是当你开始用很多this的时候，有时候scope的变幻更是叫人抓狂</description>
		<content:encoded><![CDATA[<p>更有趣的是当你开始用很多this的时候，有时候scope的变幻更是叫人抓狂</p>
]]></content:encoded>
	</item>
</channel>
</rss>
