<?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>快乐心情 &#187; function</title>
	<atom:link href="http://www.joymood.cn/posts/tag/function/feed" rel="self" type="application/rss+xml" />
	<link>http://www.joymood.cn</link>
	<description>记录点滴生活---Simple Life...</description>
	<lastBuildDate>Thu, 01 Sep 2011 13:46:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>javascript 中的全部变量 与 局部变量</title>
		<link>http://www.joymood.cn/posts/2009/09/325.html</link>
		<comments>http://www.joymood.cn/posts/2009/09/325.html#comments</comments>
		<pubDate>Wed, 23 Sep 2009 09:47:02 +0000</pubDate>
		<dc:creator>joyboy</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[全局变量]]></category>
		<category><![CDATA[局部变量]]></category>

		<guid isPermaLink="false">http://www.joymood.cn/posts/2009/09/325.html</guid>
		<description><![CDATA[在JavaScript执行代码之前，先处理变量声明，不管这个变量在什么位置，如果在function中变量显示声明，即变量在赋值语句中出现在左边，但没有用var声明，则把这个变量看成时全局变量。在function中，如果存在着用var声明的局部变量的名称与全局变量的名称相同，那么function中引用这个变量值的时候在应为局部变量的值，除非用this或window来修饰这个变量，才能取到全局变量的值。]]></description>
		<wfw:commentRss>http://www.joymood.cn/posts/2009/09/325.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

