<?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: 理清URL编码</title>
	<atom:link href="http://jsfox.cn/blog/learning/understand-url-encodin.html/feed" rel="self" type="application/rss+xml" />
	<link>http://jsfox.cn/blog/learning/understand-url-encodin.html</link>
	<description>网络 ● 生活 ● 技术</description>
	<lastBuildDate>Thu, 12 Jan 2012 06:10:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 4life brasil</title>
		<link>http://jsfox.cn/blog/learning/understand-url-encodin.html/comment-page-1#comment-79558</link>
		<dc:creator>4life brasil</dc:creator>
		<pubDate>Sat, 31 Dec 2011 13:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://jsfox.cn/blog/?p=187#comment-79558</guid>
		<description>&lt;strong&gt;4life brasil...&lt;/strong&gt;

[...]URL编码基础研究与浏览器行文分析 &#124; Thinking for Fun[...]...</description>
		<content:encoded><![CDATA[<p><strong>4life brasil&#8230;</strong></p>
<p>[...]URL编码基础研究与浏览器行文分析 | Thinking for Fun[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yongbin</title>
		<link>http://jsfox.cn/blog/learning/understand-url-encodin.html/comment-page-1#comment-579</link>
		<dc:creator>yongbin</dc:creator>
		<pubDate>Mon, 07 Jun 2010 07:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://jsfox.cn/blog/?p=187#comment-579</guid>
		<description>我的例子是“地址栏输入地址，敲击回车”，这样的话，和页面编码是没有关系的，因为敲回车的时候是不知道页面编码的：）</description>
		<content:encoded><![CDATA[<p>我的例子是“地址栏输入地址，敲击回车”，这样的话，和页面编码是没有关系的，因为敲回车的时候是不知道页面编码的：）</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention URL编码基础研究与浏览器行文分析 &#124; Thinking for Fun -- Topsy.com</title>
		<link>http://jsfox.cn/blog/learning/understand-url-encodin.html/comment-page-1#comment-572</link>
		<dc:creator>Tweets that mention URL编码基础研究与浏览器行文分析 &#124; Thinking for Fun -- Topsy.com</dc:creator>
		<pubDate>Thu, 03 Jun 2010 07:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://jsfox.cn/blog/?p=187#comment-572</guid>
		<description>[...] This post was mentioned on Twitter by Roamlog Lee (漫步), Frank Cai. Frank Cai said: 理清URL编码 http://goo.gl/KkO6 [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Roamlog Lee (漫步), Frank Cai. Frank Cai said: 理清URL编码 <a href="http://goo.gl/KkO6" rel="nofollow">http://goo.gl/KkO6</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://jsfox.cn/blog/learning/understand-url-encodin.html/comment-page-1#comment-564</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Tue, 01 Jun 2010 09:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://jsfox.cn/blog/?p=187#comment-564</guid>
		<description>URL路径中不乱码可能原因，楼主的例子也不具有说明性。应测试一下GBK编码系的页面，互动的页面时UTF-8编码的。</description>
		<content:encoded><![CDATA[<p>URL路径中不乱码可能原因，楼主的例子也不具有说明性。应测试一下GBK编码系的页面，互动的页面时UTF-8编码的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://jsfox.cn/blog/learning/understand-url-encodin.html/comment-page-1#comment-563</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Tue, 01 Jun 2010 08:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://jsfox.cn/blog/?p=187#comment-563</guid>
		<description>有个结果和楼主不一致，IE在URL参数中依然是编码的，不是直接发送中文。
测试用例是百度搜索“你好”

抓到的是：GET /s?wd=%C4%E3%BA%C3 HTTP/1.1\r\n
十六进制：
0000   2f 73 3f 77 64 3d 25 43 34 25 45 33 25 42 41 25  /s?wd=%C4%E3%BA%
0010   43 33                                                                       C3

Win7 (64bit) + IE8 + Wireshark(抓包)</description>
		<content:encoded><![CDATA[<p>有个结果和楼主不一致，IE在URL参数中依然是编码的，不是直接发送中文。<br />
测试用例是百度搜索“你好”</p>
<p>抓到的是：GET /s?wd=%C4%E3%BA%C3 HTTP/1.1\r\n<br />
十六进制：<br />
0000   2f 73 3f 77 64 3d 25 43 34 25 45 33 25 42 41 25  /s?wd=%C4%E3%BA%<br />
0010   43 33                                                                       C3</p>
<p>Win7 (64bit) + IE8 + Wireshark(抓包)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

