<?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>评论：Img,Script,Link等标签为空可导致页面多余请求</title>
	<atom:link href="http://js8.in/555.html/feed" rel="self" type="application/rss+xml" />
	<link>http://js8.in/555.html</link>
	<description>专注前端开发,分享Javascript/CSS/PHP等Web前端开发技巧</description>
	<lastBuildDate>Tue, 07 Feb 2012 13:03:52 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：小兴</title>
		<link>http://js8.in/555.html/comment-page-1#comment-1682</link>
		<dc:creator>小兴</dc:creator>
		<pubDate>Sun, 26 Jun 2011 10:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.js8.in/?p=555#comment-1682</guid>
		<description>


假如当前页面有一个指向自身的链接，当点击这个链接并再次进入当前页面后，那么$_SERVER[&#039;HTTP_REFERER&#039;]就会等于&quot;http://&quot; . $_SERVER[&#039;HTTP_HOST&#039;]  . $_SERVER[&#039;REQUEST_URI&#039;]，会导致页面无法访问。</description>
		<content:encoded><![CDATA[<p>假如当前页面有一个指向自身的链接，当点击这个链接并再次进入当前页面后，那么$_SERVER['HTTP_REFERER']就会等于&#8221;http://&#8221; . $_SERVER['HTTP_HOST']  . $_SERVER['REQUEST_URI']，会导致页面无法访问。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：引入CSS 的两种方式：link和@import的区别 - 断桥残雪部落格</title>
		<link>http://js8.in/555.html/comment-page-1#comment-551</link>
		<dc:creator>引入CSS 的两种方式：link和@import的区别 - 断桥残雪部落格</dc:creator>
		<pubDate>Sun, 20 Jun 2010 04:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.js8.in/?p=555#comment-551</guid>
		<description>[...] 引入css外部文件的两种方法为在html页面通过link，src属性（注意空链接时的陷阱！），再者是通过CSS文件本身通过@import url()引入，虽然这两种方式都可以加载进来CSS文件，可是link和@import也存在着细微的差别。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 引入css外部文件的两种方法为在html页面通过link，src属性（注意空链接时的陷阱！），再者是通过CSS文件本身通过@import url()引入，虽然这两种方式都可以加载进来CSS文件，可是link和@import也存在着细微的差别。 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

