<?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"
	>
<channel>
	<title>《escape 方法》的评论</title>
	<atom:link href="http://blog.sunshow.net/archives/96.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.sunshow.net/archives/96.html</link>
	<description>少壮不努力，老大搞IT</description>
	<pubDate>Sun, 23 Nov 2008 10:03:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>bianbian</title>
		<link>http://blog.sunshow.net/archives/96.html#comment-118</link>
		<dc:creator>bianbian</dc:creator>
		<pubDate>Wed, 16 Aug 2006 13:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://sunshow.net/blog/?p=96#comment-118</guid>
		<description>无语，为了增加链接的匹配度，特复制一遍。
escape 方法
对 String 对象编码以便它们能在所有计算机上可读， 
escape(charString)
必选项 charstring 参数是要编码的任意 String 对象或文字。 
说明
escape 方法返回一个包含了 charstring 内容的字符串值（Unicode 格式）。所有空格、标点、重音符号以及其他非 ASCII 字符都用 %xx 编码代替，其中 xx 等于表示该字符的十六进制数。例如，空格返回的是 “%20″ 。
字符值大于 255 的以 %uxxxx 格式存储。 
注意 escape 方法不能够用来对统一资源标示码 (URI) 进行编码。对其编码应使用 encodeURI 和encodeURIComponent 方法。</description>
		<content:encoded><![CDATA[<p>无语，为了增加链接的匹配度，特复制一遍。<br />
escape 方法<br />
对 String 对象编码以便它们能在所有计算机上可读，<br />
escape(charString)<br />
必选项 charstring 参数是要编码的任意 String 对象或文字。<br />
说明<br />
escape 方法返回一个包含了 charstring 内容的字符串值（Unicode 格式）。所有空格、标点、重音符号以及其他非 ASCII 字符都用 %xx 编码代替，其中 xx 等于表示该字符的十六进制数。例如，空格返回的是 “%20″ 。<br />
字符值大于 255 的以 %uxxxx 格式存储。<br />
注意 escape 方法不能够用来对统一资源标示码 (URI) 进行编码。对其编码应使用 encodeURI 和encodeURIComponent 方法。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
