<?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>爱吾资源</title>
	<atom:link href="http://www.25zy.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.25zy.com</link>
	<description>挥一挥衣袖，一片云也没有了</description>
	<lastBuildDate>Wed, 03 Mar 2010 01:49:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>彻底隐藏网站的HTML网页源代码</title>
		<link>http://www.25zy.com/post/194.html</link>
		<comments>http://www.25zy.com/post/194.html#comments</comments>
		<pubDate>Wed, 03 Mar 2010 01:46:56 +0000</pubDate>
		<dc:creator>lavenxun</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[源代码]]></category>
		<category><![CDATA[隐藏]]></category>

		<guid isPermaLink="false">http://www.25zy.com/?p=194</guid>
		<description><![CDATA[ 有些时候当你不想让别人看到你网站的源代码的时候，你可以这样办：]]></description>
			<content:encoded><![CDATA[<p>    有些时候当你不想让别人看到你网站的源代码的时候，你可以这样办：</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>html<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>head<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>title<span style="color: #339933;">&gt;</span>彻底隐藏你HTML网页的源代码 <span style="color: #339933;">-</span> 爱吾资源博客<span style="color: #339933;">&lt;/</span>title<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>script<span style="color: #339933;">&gt;</span>
<span style="color: #003366; font-weight: bold;">function</span> clear<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
Source<span style="color: #339933;">=</span>document.<span style="color: #660066;">body</span>.<span style="color: #660066;">firstChild</span>.<span style="color: #660066;">data</span><span style="color: #339933;">;</span>
document.<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
document.<span style="color: #000066;">close</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
document.<span style="color: #660066;">body</span>.<span style="color: #660066;">innerHTML</span><span style="color: #339933;">=</span>Source<span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>head<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>body <span style="color: #000066;">onload</span><span style="color: #339933;">=</span>clear<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;!</span>–
<span style="color: #339933;">&lt;</span>div align<span style="color: #339933;">=</span>center<span style="color: #339933;">&gt;</span>现在已经看不到我的源代码了吧！
<span style="color: #339933;">&lt;</span>br<span style="color: #339933;">/&gt;</span>www.25zy.<span style="color: #660066;">com</span><span style="color: #339933;">&lt;</span>br<span style="color: #339933;">/&gt;</span>
爱吾资源博客<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
–<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>body<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>html<span style="color: #339933;">&gt;</span></pre></div></div>

<p>   当然，这个方法其实只是适用于菜鸟，老鸟就飞过吧。呵呵，对于网络老鸟来说，这段代码是无用的！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.25zy.com/post/194.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>很无赖的去面对工信部的“网站备案需本人到场”</title>
		<link>http://www.25zy.com/post/188.html</link>
		<comments>http://www.25zy.com/post/188.html#comments</comments>
		<pubDate>Thu, 25 Feb 2010 00:49:15 +0000</pubDate>
		<dc:creator>lavenxun</dc:creator>
				<category><![CDATA[IT业界]]></category>
		<category><![CDATA[备案]]></category>
		<category><![CDATA[工信部]]></category>
		<category><![CDATA[网站]]></category>

		<guid isPermaLink="false">http://www.25zy.com/?p=188</guid>
		<description><![CDATA[    “工信部”作为国家比较NB的“相关部门”，今日对中国的互联网行业确实做出了很大的举措，“贡献”非凡。
    根据工信部的通知要求，网站负责人本人需要携带核验所需证件原件、材料到接入服务单位备案现场办理核验手续。接入服务单位需在备案现场采集并留存网站负责人彩色正面免冠照。备案中心统一制作、提供带有标识的幕布作为拍照背景，照片应显示拍照时间和背景标识。各接入服务单位应在2010年2月底前设立现场核验网站备案信息部门，专门负责网站备案信息真实性核验工作。]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.25zy.com/wp-content/uploads/2010/02/231609543520.jpg" target="_blank"></a></p>
<p><a href="http://www.25zy.com/wp-content/uploads/2010/02/gongxinbu.jpg" target="_blank"><img class="size-full wp-image-192 alignnone" title="gongxinbu" src="http://www.25zy.com/wp-content/uploads/2010/02/gongxinbu.jpg" alt="" width="510" height="383" /></a>   </p>
<p>   “工信部”作为国家比较NB的“相关部门”，今日对中国的互联网行业确实做出了很大的举措，“贡献”非凡。<br />
    根据工信部的通知要求，网站负责人本人需要携带核验所需证件原件、材料到接入服务单位备案现场办理核验手续。接入服务单位需在备案现场采集并留存网站负责人彩色正面免冠照。备案中心统一制作、提供带有标识的幕布作为拍照背景，照片应显示拍照时间和背景标识。各接入服务单位应在2010年2月底前设立现场核验网站备案信息部门，专门负责网站备案信息真实性核验工作。</p>
<p><span id="more-188"></span>    根据通知，各地机房在本单位备案现场采集并留存网站负责人彩色正面免冠照（电子照片规格：800×600像素）。备案中心统一制作、提供带有标识的幕布作为拍照背景，照片应显示拍照时间和背景标识。<br />
    同时，接入服务单位备案人员利用公安、质检、工商等相关部门提供的居民身份证、组织机构代码证、工商营业执照等信息源，核验网站主办者提供证件原件的真实性。同时通过网站负责人身份证原件核验身份证与当事人是否一致。核验无误，留存身份证明和单位有效证件复印件。<br />
    网站主需要将自己的照片信息交由IDC采集，然后IDC利用公安、质检、工商等相关部门提供的居民身份证、组织机构代码证、工商营业执照等信息源，核验网站主办者提供证件原件的真实性。这引发了站长的进一步担忧，IDC如何获取上述政府部门关于个人信息呢？众所周知，公民信息采集具有严格的规定。一般人对政府部门采集信息是相当放心的，但IDC等接入商都是商业企业，无法保证公民信息不被泄露和利用。互联网以其无国界、无地域性博得了众多网民的欢喜。根据通知要求，网站主必须亲自到场拍照采集信息，这点执行起来难度太大了。中国目前的域名已经达到1682万个，也就是说，这背后至少是超过百万的网站主将亲自到网站IDC机房进行信息采集。此外，网站主与IDC所在地并非全部同处一省，这其间产生的交通费、误工费由谁承担？例来说，某站长在位于黑龙江开办了一家网站，但其IDC机房是在福建申请的，按照通知规定，站长需要从黑龙江亲赴福建验明正身。差旅费、误工费等由谁负责？</p>
<p>    这是有一定经营规模、有持续收入和发展前途的站长才会干的事儿，对于那些注册域名纯属玩票的站长来说呢？他们会为了一个闲置的域名或者本身并不赚钱的网站千里迢迢远赴福建吗？</p>
<p>    这样必然使得因备案成本过高使得小网站被淘汰出局，同时，诸如新网、万网、各地机房等相关产业也将面临严重的萎缩。中国的草根互联网产业也基本可以说拜拜了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.25zy.com/post/188.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>微软开始正对中国windows 7用户反盗版</title>
		<link>http://www.25zy.com/post/182.html</link>
		<comments>http://www.25zy.com/post/182.html#comments</comments>
		<pubDate>Tue, 23 Feb 2010 01:47:01 +0000</pubDate>
		<dc:creator>lavenxun</dc:creator>
				<category><![CDATA[IT业界]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[微软]]></category>
		<category><![CDATA[盗版]]></category>

		<guid isPermaLink="false">http://www.25zy.com/?p=182</guid>
		<description><![CDATA[    今天上网发现，针对Windows 7逐渐增多的盗版现象，微软全球官方博客透露，将在北京时间2月17日发布最新的激活技术更新文件，安装该更新的Windows 7将能够自动识别用户所使用的电脑系统是否为盗版。如果是盗版，系统将提示用户，并把桌面换为黑色。微软方面表示，这一补丁可以识别目前已有的70多种系统破解方式，市面上出现的Windows 7盗版方式将失效。这一补丁可以识别目前已有的70多种系统破解方式，市面上出现的Windows 7盗版方式将失效。 ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.25zy.com/wp-content/uploads/2010/02/35e940df38fa1f23495403d9.jpg" target="_blank"><img class="alignleft size-full wp-image-183" title="35e940df38fa1f23495403d9" src="http://www.25zy.com/wp-content/uploads/2010/02/35e940df38fa1f23495403d9.jpg" alt="" width="200" height="179" /></a>    今天上网发现，针对Windows 7逐渐增多的盗版现象，微软全球官方博客透露，将在北京时间2月17日发布最新的激活技术更新文件，安装该更新的Windows 7将能够自动识别用户所使用的电脑系统是否为盗版。如果是盗版，系统将提示用户，并把桌面换为黑色。微软方面表示，这一补丁可以识别目前已有的70多种系统破解方式，市面上出现的Windows 7盗版方式将失效。这一补丁可以识别目前已有的70多种系统破解方式，市面上出现的Windows 7盗版方式将失效。<br />
这一更新文件将在北京时间2月17日正式上线，据了解，该系统将首先被发布在微软官方博客上，之后的2月底将被放入Windows updates（自带自动更新程序）的列表当中。其中，针对中国用户，放入自动更新列表的时间定在今年夏季。</p>
<p><strong>更新可查出70多种盗版方式</strong></p>
<p>    Windows 7在去年10月22日的正式发布，这之后微软称这款操作系统受到前所未有的追捧。据微软公开数据显示，截至12月底，Windows 7用户已经超过6000万。微软方面表示，Windows 7大受欢迎也让盗版现象泛滥，目前市场上已经出现了70多种破解Windows 7激活技术的方法。</p>
<p><span id="more-182"></span>    “有的通过修改注册时间，有的通过设置关掉激活程序，我们监测出了各种破解的方法。”微软中国Windows 7商用市场总监包嘉峰介绍，这个更新包已经覆盖了已知的破解方式。<br />
据他介绍，通过对“Windows激活技术”的更新，电脑安装后会自动重新检测激活技术的运行状况，在修复激活技术的同时判别系统是否为正版。</p>
<p><strong>上有政策，下有对策</strong></p>
<p>    使用Windows的用户都知道，Windows Update程序是一项Windows系统自带的系统升级软件，用户可以设置自动安装最新的系统补丁，或选择让系统在安装前提示用户，甚至可以直接关闭windows 7系统的自动更新。这也就是说，盗版用户可以选择不安装这项“重要更新”。或者使用其他的系统漏洞修复工具进行系统的补丁升级，我一直就用的360安全卫士，还不错，很及时。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.25zy.com/post/182.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>全球数十亿人每天都很容易做的梦</title>
		<link>http://www.25zy.com/post/177.html</link>
		<comments>http://www.25zy.com/post/177.html#comments</comments>
		<pubDate>Mon, 22 Feb 2010 09:16:35 +0000</pubDate>
		<dc:creator>lavenxun</dc:creator>
				<category><![CDATA[健康养身]]></category>
		<category><![CDATA[全球]]></category>
		<category><![CDATA[梦]]></category>

		<guid isPermaLink="false">http://www.25zy.com/?p=177</guid>
		<description><![CDATA[1，被追击--当做噩梦时总有某种可怕的东西在追击我们--野兽、暴行或怪物。它们总是试图抓捕、吃掉或杀害我们。
2，受伤--有人向你开枪，你受伤了；您想还击，但枪却怎么也不好使；有人要杀害你或你的亲人；你在梦中痛哭流涕；甚至你的牙齿还从嘴里掉出来了。]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.25zy.com/wp-content/uploads/2010/02/1601221A8-0.jpg" target="_blank"><img class="alignleft size-full wp-image-178" title="1601221A8-0" src="http://www.25zy.com/wp-content/uploads/2010/02/1601221A8-0.jpg" alt="" width="200" height="125" /></a>1，<strong>被追击</strong>&#8211;当做噩梦时总有某种可怕的东西在追击我们&#8211;野兽、暴行或怪物。它们总是试图抓捕、吃掉或杀害我们。<br />
2，<strong>受伤</strong>&#8211;有人向你开枪，你受伤了；您想还击，但枪却怎么也不好使；有人要杀害你或你的亲人；你在梦中痛哭流涕；甚至你的牙齿还从嘴里掉出来了。<br />
3，<strong>遇险</strong>&#8211;你会梦见你的爱车(轮船或飞机)失灵了，你坐在上面疾驰着，狂踩着刹车，可就是停不下来&#8230;&#8230;<br />
4，<strong>丢失重要物品</strong>&#8211;你丢失的东西对你来说非常重要，也许是护照、贵重的戒指、票据，或者是房子失火、倒塌。<br />
5，<strong>考试</strong>&#8211;你好像又回到学校参加考试，但试题却答不上来。另一个场景是登台演唱，却哑然失声&#8230;&#8230;<br />
6，<strong>高空坠落</strong>&#8211;你梦见自己从悬崖上掉下来，被巨浪压在下面，被激流卷入大海。<br />
<span id="more-177"></span>7，<strong>出丑</strong>&#8211;你梦见自己在大庭广众之下部分或完全赤身着裸体，甚至是赤脚走了街上。<br />
8，<strong>迟到</strong>&#8211;你梦见自己在往车站狂奔、可火车(汽车、或其它交通工具)已经开了。<br />
9，<strong>电话断线</strong>&#8211;有时候你会梦见在与死去的亲人通电话，但电话却突然断线了。<br />
10，<strong>灾难</strong>&#8211;你梦见自己亲眼看到飞机失事，或者是目睹其它令人恐惧的灾难，直至是地震或火山喷发。<br />
11，<strong>迷路</strong>&#8211;你梦见自己在一个陌生的城市迷路了，你需要在那儿找到什么东西，但没有找到；或者你不能走路了，腿脚如棉花般无力；或者是你陷入泥土里拼命挣扎，但最终仍摆脱不了；或许你不会再逃跑了，就像瘫痪了一样。<br />
12，<strong>死人</strong>&#8211;这种梦难以分出好坏来。人们有时在梦中会遇到死去的亲人，梦醒后，人们宁愿相信死去的亲人的确会从另外一个世界来看望自己。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.25zy.com/post/177.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>要养成书写可维护CSS代码的习惯</title>
		<link>http://www.25zy.com/post/173.html</link>
		<comments>http://www.25zy.com/post/173.html#comments</comments>
		<pubDate>Tue, 09 Feb 2010 01:38:05 +0000</pubDate>
		<dc:creator>lavenxun</dc:creator>
				<category><![CDATA[div+css]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[习惯]]></category>
		<category><![CDATA[维护]]></category>

		<guid isPermaLink="false">http://www.25zy.com/?p=173</guid>
		<description><![CDATA[      要成为一个合格的CSS使用者或者开发者，书写可维护的CSS代码有非常重要的作用，能够让你的工作更加的高效率，更有可扩展性。
一、在样式表开头添加一个注释块，用以描述这个样式表的创建日期、创建者、标记等备注信息。]]></description>
			<content:encoded><![CDATA[<p>      要成为一个合格的CSS使用者或者开发者，书写可维护的CSS代码有非常重要的作用，能够让你的工作更加的高效率，更有可扩展性。<br />
一、在样式表开头添加一个注释块，用以描述这个样式表的创建日期、创建者、标记等备注信息。</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/* 
---------------------------------
Site: Site name 
Author: 25zy.com
Updated: Date and time 
Updated by: Name 
--------------------------------- 
*/</span></pre></div></div>

<p><code><span id="more-173"></span></code><br />
二、包括公用颜色标记</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/* 
--------------------------------- 
COLORS
Body background: #def455
Container background: #fff 
Main Text: #333 
Links: #00600f 
Visited links: #098761 
Hover links: #aaf433 
H1, H2, H3: #960 
H4, H5, H6: #000 
---------------------------------
*/</span></pre></div></div>

<p>三、给ID和Class进行有意义的命名 </p>
<p>不推荐的命名方式：</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.green-box</span> <span style="color: #00AA00;">&#123;</span> ... <span style="color: #00AA00;">&#125;</span> 
<span style="color: #cc00cc;">#big-text</span> <span style="color: #00AA00;">&#123;</span> ... <span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>推荐使用的命名方式：</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.pullquote</span> <span style="color: #00AA00;">&#123;</span>... <span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#introduction</span> <span style="color: #00AA00;">&#123;</span>... <span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>四、将关联的样式规则进行整合</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#header</span> <span style="color: #00AA00;">&#123;</span> ... <span style="color: #00AA00;">&#125;</span> 
<span style="color: #cc00cc;">#header</span> h1 <span style="color: #00AA00;">&#123;</span> ... <span style="color: #00AA00;">&#125;</span> 
<span style="color: #cc00cc;">#header</span> h1 img <span style="color: #00AA00;">&#123;</span> ... <span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#header</span> form <span style="color: #00AA00;">&#123;</span> ... <span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#header</span> a<span style="color: #cc00cc;">#skip</span> <span style="color: #00AA00;">&#123;</span> ... <span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#navigation</span> <span style="color: #00AA00;">&#123;</span> ... <span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#navigation</span> ul <span style="color: #00AA00;">&#123;</span> ... <span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#navigation</span> ul li <span style="color: #00AA00;">&#123;</span> ... <span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#navigation</span> ul li a <span style="color: #00AA00;">&#123;</span> ... <span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#navigation</span> ul li a<span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span> ... <span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#content</span> <span style="color: #00AA00;">&#123;</span> ... <span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#content</span> h2 <span style="color: #00AA00;">&#123;</span> ... <span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#content</span> p <span style="color: #00AA00;">&#123;</span> ... <span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#content</span> ul <span style="color: #00AA00;">&#123;</span> ... <span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#content</span> ul li <span style="color: #00AA00;">&#123;</span> ... <span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>五、给样式添加清晰的注释</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/*
--------------------------------- 
header styles 
--------------------------------- 
*/</span> 
<span style="color: #cc00cc;">#header</span> <span style="color: #00AA00;">&#123;</span> ... <span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#header</span> h1 <span style="color: #00AA00;">&#123;</span> ... <span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#header</span> h1 img <span style="color: #00AA00;">&#123;</span> ... <span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#header</span> form <span style="color: #00AA00;">&#123;</span> ... <span style="color: #00AA00;">&#125;</span>
<span style="color: #808080; font-style: italic;">/* 
--------------------------------- 
navigation styles
--------------------------------- 
*/</span>
<span style="color: #cc00cc;">#navigation</span> <span style="color: #00AA00;">&#123;</span> ... <span style="color: #00AA00;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.25zy.com/post/173.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>书写高效规范的CSS代码应注意的七个方面</title>
		<link>http://www.25zy.com/post/159.html</link>
		<comments>http://www.25zy.com/post/159.html#comments</comments>
		<pubDate>Fri, 05 Feb 2010 01:00:10 +0000</pubDate>
		<dc:creator>lavenxun</dc:creator>
				<category><![CDATA[div+css]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[规范]]></category>

		<guid isPermaLink="false">http://www.25zy.com/?p=159</guid>
		<description><![CDATA[      如今的网站已经离不开CSS的网站布局和美化，如何才能写出高效规范的CSS代码呢，今天向大家介绍，特别是初学者必须要注意的七个方面：
一、使用外联样式替代行间样式或者内嵌样式 
不推荐使用行间样式]]></description>
			<content:encoded><![CDATA[<p>      如今的网站已经离不开CSS的网站布局和美化，如何才能写出高效规范的CSS代码呢，今天向大家介绍，特别是初学者必须要注意的七个方面：<br />
<strong>一、使用外联样式替代行间样式或者内嵌样式</strong><br />
不推荐使用行间样式</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"> <span style="color: #00bbdd;">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; </span>
<span style="color: #00bbdd;"> &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;</span>   
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;html</span> <span style="color: #000066;">xmlns</span>=<span style="color: #ff0000;">&quot;http://www.w3.org/1999/xhtml&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>   
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;head<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>   
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;meta</span> <span style="color: #000066;">http-equiv</span>=<span style="color: #ff0000;">&quot;Content-Type&quot;</span> <span style="color: #000066;">content</span>=<span style="color: #ff0000;">&quot;text/html; charset=utf-8&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>   
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;title<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>爱吾资源博客<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/title<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>   
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/head<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>     
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;body<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>   
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;p</span> <span style="color: #000066;">style</span>=<span style="color: #ff0000;">&quot;color: red&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span> ... <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/p<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>     
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/body<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>     
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/html<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p><code><span id="more-159"></span></code><br />
不推荐使用内嵌样式</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #00bbdd;">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot;</span>
<span style="color: #00bbdd;"> &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;</span> <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;html</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;en&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>     
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;head<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>   
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;meta</span> <span style="color: #000066;">http-equiv</span>=<span style="color: #ff0000;">&quot;Content-Type&quot;</span> <span style="color: #000066;">content</span>=<span style="color: #ff0000;">&quot;text/html; charset=utf-8&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>   
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;title<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>爱吾资源博客<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/title<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>     
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;style</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;text/css&quot;</span> <span style="color: #000066;">media</span>=<span style="color: #ff0000;">&quot;screen&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>   
p { color: red; }     
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/style<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>     
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/head<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>     
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;body<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>... <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/body<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>     
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/html<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>推荐使用外联样式</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #00bbdd;">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot;</span>
<span style="color: #00bbdd;"> &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;</span>   
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;html</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;en&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>   
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;head<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>     
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;meta</span> <span style="color: #000066;">http-equiv</span>=<span style="color: #ff0000;">&quot;content-type&quot;</span> <span style="color: #000066;">content</span>=<span style="color: #ff0000;">&quot;text     </span>
<span style="color: #009900;">&lt;title&gt;</span></span>爱吾资源博客<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/title<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>     
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;link</span> <span style="color: #000066;">rel</span>=<span style="color: #ff0000;">&quot;stylesheet&quot;</span> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">&quot;name.css&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;text/css&quot;</span> <span style="color: #000066;">media</span>=<span style="color: #ff0000;">&quot;screen&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>     
<span style="color: #009900;">&lt; /head<span style="color: #000000; font-weight: bold;">&gt;</span></span>     
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;body<span style="color: #000000; font-weight: bold;">&gt;</span></span></span> ... <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/body<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>     
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/html<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p><strong>二、建议使用 link 引入外部样式表</strong></p>
<p>为了兼容老版本的浏览器，建议使用 link 引入外部样式表的方来代替 @import导入样式的方式. </p>
<p>注： @import是CSS2.1提出的所以老的浏览器不支持。</p>
<p>@import和link在使用上会有一些区别， 利用二者之间的差异，可以在实际运用中进行权衡。 </p>
<p>关于@import和link方式的比较在52CSS.com上有几篇文章可以拓展阅读。</p>
<p>不推荐@import导入方式</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #00bbdd;">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot;</span>
<span style="color: #00bbdd;"> &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;</span>     
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;html</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;en&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>   
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;head<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>     
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;meta</span> <span style="color: #000066;">http-equiv</span>=<span style="color: #ff0000;">&quot;content-type&quot;</span> <span style="color: #000066;">content</span>=<span style="color: #ff0000;">&quot;text     </span>
<span style="color: #009900;">&lt;title&gt;</span></span>爱吾资源博客<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/title<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>     
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;style</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;text/css&quot;</span> <span style="color: #000066;">media</span>=<span style="color: #ff0000;">&quot;screen&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>     
@import url(&quot;styles.css&quot;);    
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/style<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>   
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/head<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>   
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;body<span style="color: #000000; font-weight: bold;">&gt;</span></span></span> ... <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/body<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>   
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/html<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>推荐引入外部样式表方式</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #00bbdd;">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot;</span>
<span style="color: #00bbdd;"> &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;</span> <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;html</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;en&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span> <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;head<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>   
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;meta</span> <span style="color: #000066;">http-equiv</span>=<span style="color: #ff0000;">&quot;content-type&quot;</span> <span style="color: #000066;">content</span>=<span style="color: #ff0000;">&quot;text     </span>
<span style="color: #009900;">&lt;title&gt;</span></span>爱吾资源博客<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/title<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>   
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;link</span> <span style="color: #000066;">rel</span>=<span style="color: #ff0000;">&quot;stylesheet&quot;</span> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">&quot;name.css&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;text/css&quot;</span> <span style="color: #000066;">media</span>=<span style="color: #ff0000;">&quot;screen&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>   
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/head<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>     
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;body<span style="color: #000000; font-weight: bold;">&gt;</span></span></span> ... <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/body<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>     
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/html<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p><strong>三、使用继承</strong><br />
低效率的</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">p<span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> arial<span style="color: #00AA00;">,</span> helvetica<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>    
<span style="color: #cc00cc;">#container</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> arial<span style="color: #00AA00;">,</span> helvetica<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>    
<span style="color: #cc00cc;">#navigation</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> arial<span style="color: #00AA00;">,</span> helvetica<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>    
<span style="color: #cc00cc;">#content</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> arial<span style="color: #00AA00;">,</span> helvetica<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>    
<span style="color: #cc00cc;">#sidebar</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> arial<span style="color: #00AA00;">,</span> helvetica<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>    
h1 <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> georgia<span style="color: #00AA00;">,</span> times<span style="color: #00AA00;">,</span> <span style="color: #993333;">serif</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>高效的</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">body <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> arial<span style="color: #00AA00;">,</span> helvetica<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>     
body <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> arial<span style="color: #00AA00;">,</span> helvetica<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>    
h1 <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> georgia<span style="color: #00AA00;">,</span> times<span style="color: #00AA00;">,</span> <span style="color: #993333;">serif</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

<p><strong>四、使用多重选择器</strong></p>
<p>低效率的</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">h1 <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#236799</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>     
h2 <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#236799</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>    
h3 <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#236799</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>    
h4 <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#236799</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>高效的</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">h1<span style="color: #00AA00;">,</span> h2<span style="color: #00AA00;">,</span> h3<span style="color: #00AA00;">,</span> h4 <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#236799</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

<p><strong>五、使用多重声明</strong></p>
<p>低效率的</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">p <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">1em</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>    
p <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#ddd</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>    
p <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#666</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

<p> 对于十六进制颜色值，个人偏向于色值不缩写且英文字母要大写的方式. </p>
<p>高效的</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">p <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">1em</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#ddd</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#666</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

<p><strong>六、使用简记属性</strong></p>
<p>低效率的</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">body <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;"><span style="color: #cc66cc;">85</span>%</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> arial<span style="color: #00AA00;">,</span> helvetica<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span>
 <span style="color: #000000; font-weight: bold;">background-image</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">image.gif</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">background-repeat</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">no-repeat</span><span style="color: #00AA00;">;</span>
 <span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;"><span style="color: #cc66cc;">100</span>%</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">margin-top</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1em</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">margin-right</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1em</span><span style="color: #00AA00;">;</span>
 <span style="color: #000000; font-weight: bold;">margin-bottom</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">margin-left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1em</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">padding-top</span><span style="color: #00AA00;">:</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
 <span style="color: #000000; font-weight: bold;">padding-right</span><span style="color: #00AA00;">:</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">padding-bottom</span><span style="color: #00AA00;">:</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">padding-left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
 <span style="color: #000000; font-weight: bold;">border-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">solid</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">border-width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">border-color</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#222222</span><span style="color: #00AA00;">;</span></pre></div></div>

<p>高效的</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">body <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font</span><span style="color: #00AA00;">:</span> <span style="color: #933;"><span style="color: #cc66cc;">85</span>%</span> arial<span style="color: #00AA00;">,</span> helvetica<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span>
 <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">image.gif</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">no-repeat</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;"><span style="color: #cc66cc;">100</span>%</span><span style="color: #00AA00;">;</span>
 <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1em</span> <span style="color: #933;">1em</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> 
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#222</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

<p><strong>七、避免使用 !important</strong></p>
<p>慎用写法</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#news</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#ddd</span> !important<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>特定情况下可以使用以下方式提高权重级别</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#container</span> <span style="color: #cc00cc;">#news</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#ddd</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>    
body <span style="color: #cc00cc;">#container</span> <span style="color: #cc00cc;">#news</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#ddd</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.25zy.com/post/159.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一月份.CN域名删除超117万导致.CN域名的悲哀</title>
		<link>http://www.25zy.com/post/153.html</link>
		<comments>http://www.25zy.com/post/153.html#comments</comments>
		<pubDate>Thu, 04 Feb 2010 01:28:25 +0000</pubDate>
		<dc:creator>lavenxun</dc:creator>
				<category><![CDATA[IT业界]]></category>
		<category><![CDATA[.cn]]></category>
		<category><![CDATA[域名]]></category>

		<guid isPermaLink="false">http://www.25zy.com/?p=153</guid>
		<description><![CDATA[   前段时间一个朋友的.CN域名出了问题，被无故的停止域名解析了，今天在网上看到的消息，证实了工信部确实对.CN域名的“严打”。
      不过这场cn域名整顿活动逐渐就要接近实际了，我们还是要从备案说起，ICP备案，现在已经很明确地开始撤销博客备案了，也就是说，个人独立域名博客以后是被禁止的。]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.25zy.com/wp-content/uploads/2010/02/u38880584241463446233fm3gp0.jpg"><img class="alignleft size-full wp-image-154" title="u=3888058424,1463446233&amp;fm=3&amp;gp=0" src="http://www.25zy.com/wp-content/uploads/2010/02/u38880584241463446233fm3gp0.jpg" alt="" width="76" height="139" /></a></p>
<p>      前段时间一个朋友的.CN域名出了问题，被无故的停止域名解析了，今天在网上看到的消息，证实了工信部确实对.CN域名的“严打”。<br />
      不过这场cn域名整顿活动逐渐就要接近实际了，我们还是要从备案说起，ICP备案，现在已经很明确地开始撤销博客备案了，也就是说，个人独立域名博客以后是被禁止的。</p>
<p>      一位博客在给自己博客申请备案的时候，退回这样的邮件：“尊敬的用户：很遗憾的通知您，您的ICP备案申请不能通过审核，拒绝原因是：从事互联网信息服务，拟开办电子公告、博客、即时通信的，须按国家有关规定提出专项申请，个人一般不建议开论坛，请删除论坛或者登陆网站网站备案工作专题， 请向浙江省通信管理局提交电子公告专项申报材料。详情登陆******（网址屏蔽）的“网站备案工作专题”下“电子公告服务专项申请”，按要求提交申报表和相关材料查询。”</p>
<p><span id="more-153"></span>      从形势发展看，以后个人能够做的网站范围很小，下面收集的是某空间服务商提供的禁止开设的站点内容：</p>
<p>一、论坛、博客、信息发布（二手信息、租房发布、产品信息发布）<br />
二、视听（电影、视频、音乐内容或者链接）<br />
三、导航及搜索引擎（包括调用链接）<br />
四、时事新闻类<br />
五、两性、性用品及药品（包括保健品）、医疗器械、聊天室、医疗药品及器械广告<br />
六、企业留言板被暂停的，必须将留言板删除或者将留言内容隐藏，只能管理员查看，不准公开。才可恢复正常运行。<br />
七、小说、私服、彩票收费服务站点</p>
<p>      的确，个人做这些网站具有不可控制性。如果个人变成公司，至少有团队、资金等保障，至少你犯错误的时候人家能找到你，所以，就会有cn域名不允许个人注册的政策出来，按照推论，这样的政策很合理，互联网的现在是多种力量制衡的结果，有的人要的是稳稳当当可以控制的互联网，有的人要的是自由可变充满创造力的互联网。谁对了，谁错了？大概应该说都没有错，无限的自由等于没有自由。如果互联网没有被限制，垃圾信息就会泛滥，有害涉H的信息就会泛滥，甚至木马、病毒等都会有生存的市场，但是被过度限制了，我们又会抱怨说，这遏制了互联网的发展。</p>
<p>      在现在互联想的迅猛发展形式下，相关部门所采取的这些“一把抓”的政策确实可以起到一定的作用，但是更多受害的，还是我们这些无辜的遵纪守法的个人站长。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.25zy.com/post/153.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>老外也玩偷菜，激情超过魔兽世界</title>
		<link>http://www.25zy.com/post/147.html</link>
		<comments>http://www.25zy.com/post/147.html#comments</comments>
		<pubDate>Wed, 03 Feb 2010 02:56:46 +0000</pubDate>
		<dc:creator>lavenxun</dc:creator>
				<category><![CDATA[休闲游戏]]></category>
		<category><![CDATA[偷菜]]></category>
		<category><![CDATA[魔兽世界]]></category>

		<guid isPermaLink="false">http://www.25zy.com/?p=147</guid>
		<description><![CDATA[      目前为止，任何一家网游公司只要宣称其发行的任何一款网络游戏将会是《魔兽世界》的对手，那就是个滑稽的笑话。不论是已经运营多年的《指环王Online》还是即将上线的《星际旅行Online》，都不会是《魔兽世界》的对手。然而，《魔兽世界》在游戏业真的没对手了吗?答案是否定的，当然，前提是种菜偷菜游戏也被归为网络游戏。
      不要以为偷菜是中国上班族的专利，这个偷菜的游戏形式事实上是来源于欧美网页游戏，在Facebook每天有超过7380万人在FarmVille 游戏中种菜偷菜，而《魔兽世界》的同时在线人数峰值也只有1150万人。每天都有人拿美金买虚拟耕耘车，一天可以卖出50万辆，让开发商年营收超过1亿美元。


]]></description>
			<content:encoded><![CDATA[<p>      目前为止，任何一家网游公司只要宣称其发行的任何一款网络游戏将会是《魔兽世界》的对手，那就是个滑稽的笑话。不论是已经运营多年的《指环王Online》还是即将上线的《星际旅行Online》，都不会是《魔兽世界》的对手。然而，《魔兽世界》在游戏业真的没对手了吗?答案是否定的，当然，前提是种菜偷菜游戏也被归为网络游戏。</p>
<p>      不要以为偷菜是中国上班族的专利，这个偷菜的游戏形式事实上是来源于欧美网页游戏，在Facebook每天有超过7380万人在FarmVille 游戏中种菜偷菜，而《魔兽世界》的同时在线人数峰值也只有1150万人。每天都有人拿美金买虚拟耕耘车，一天可以卖出50万辆，让开发商年营收超过1亿美元。<span id="more-147"></span></p>
<p><a href="http://www.25zy.com/wp-content/uploads/2010/02/toucaid1.jpg"><img class="alignnone size-full wp-image-148" title="toucaid1" src="http://www.25zy.com/wp-content/uploads/2010/02/toucaid1.jpg" alt="" width="490" height="375" /></a></p>
<p><a href="http://www.25zy.com/wp-content/uploads/2010/02/toucaid2.jpg"><img class="alignnone size-full wp-image-149" title="toucaid2" src="http://www.25zy.com/wp-content/uploads/2010/02/toucaid2.jpg" alt="" width="495" height="310" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.25zy.com/post/147.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>面试经验总结的需要非常注意的CSS问题</title>
		<link>http://www.25zy.com/post/137.html</link>
		<comments>http://www.25zy.com/post/137.html#comments</comments>
		<pubDate>Thu, 28 Jan 2010 08:33:21 +0000</pubDate>
		<dc:creator>lavenxun</dc:creator>
				<category><![CDATA[div+css]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[面试]]></category>

		<guid isPermaLink="false">http://www.25zy.com/?p=137</guid>
		<description><![CDATA[    前段时间经历了几次面试，由于有很长一段时间没有接触页面web程序了，面试的时候那些考官些总是弄得我措手不及，很多似曾相识却又一时想不出个所以然，所以丢人现眼在所难免，为了让大家能在以后的页面程序编写中能少走弯路，同时也在今后的面试中注意这些很常用但是却经常考验面试者的题目，在下面就列举了几条CSS中经常遇到的一些问题以及一些解决办法，有些是面试官考过我的，有些是我以前遇到过觉得值得大家注意的。

一、为什么中火狐浏览器下文本无法撑开容器的高度？]]></description>
			<content:encoded><![CDATA[<p>    前段时间经历了几次面试，由于有很长一段时间没有接触页面web程序了，面试的时候那些考官些总是弄得我措手不及，很多似曾相识却又一时想不出个所以然，所以丢人现眼在所难免，为了让大家能在以后的页面程序编写中能少走弯路，同时也在今后的面试中注意这些很常用但是却经常考验面试者的题目，在下面就列举了几条CSS中经常遇到的一些问题以及一些解决办法，有些是面试官考过我的，有些是我以前遇到过觉得值得大家注意的。</p>
<p><strong>一、为什么中火狐浏览器下文本无法撑开容器的高度？</strong></p>
<p>标准浏览器中固定高度值的容器是不会象IE6里那样被撑开的,那我又想固定高度，又想能被撑开需要怎样设置呢？办法就是去掉height，设置成min-height:200px; 这里为了照顾不认识min-height的IE6 可以加上!important;如下：</p>
<p><code><span id="more-137"></span></code></p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">div <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #993333;">auto</span>!important<span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">200px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">min-height</span><span style="color: #00AA00;">:</span><span style="color: #933;">200px</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

<p><strong>二、怎样使一个div层居中于浏览器中？</strong></p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">&lt;style type<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span><span style="color: #00AA00;">&gt;</span> 
&lt;!-- 
div <span style="color: #00AA00;">&#123;</span> 
<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span> 
<span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span><span style="color: #933;"><span style="color: #cc66cc;">50</span>%</span><span style="color: #00AA00;">;</span> 
<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span><span style="color: #933;"><span style="color: #cc66cc;">50</span>%</span><span style="color: #00AA00;">;</span> 
<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">-100px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">-100px</span><span style="color: #00AA00;">;</span> 
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">200px</span><span style="color: #00AA00;">;</span> 
<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">200px</span><span style="color: #00AA00;">;</span> 
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span> 
--<span style="color: #00AA00;">&gt;</span> 
&lt;/style<span style="color: #00AA00;">&gt;</span></pre></div></div>

<p>这里使用百分比绝对定位，与外补丁负值的方法，负值的大小为其自身宽度高度除以二</p>
<p><strong>三、超链接点击过后hover样式就不出现的问题？</strong></p>
<p>被点击访问过的超链接样式不再具有hover和active样式了,解决方法是改变CSS属性的排列顺序: L-V-H-A</p>
<p><strong>四、IE6的margin双倍边距bug问题</strong></p>
<p>例如：</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">&lt;style type<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span><span style="color: #00AA00;">&gt;</span> 
    body <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span> 
    div <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">margin-left</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">200px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">200px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span> 
&lt;/style<span style="color: #00AA00;">&gt;</span></pre></div></div>

<p>浮动后本来外边距10px,但IE解释为20px,解决办法是加上display:inline;</p>
<p><strong>五、为什么web标准中无法设置IE浏览器滚动条颜色了？</strong></p>
<p>原来样式设置：</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">&lt;style type<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span><span style="color: #00AA00;">&gt;</span> 
    body <span style="color: #00AA00;">&#123;</span> scrollbar-face-<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#f6f6f6</span><span style="color: #00AA00;">;</span> 
    scrollbar-highlight-<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
    scrollbar-shadow-<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#eeeeee</span><span style="color: #00AA00;">;</span>
    scrollbar-3dlight-<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#eeeeee</span><span style="color: #00AA00;">;</span> 
    scrollbar-arrow-<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#000</span><span style="color: #00AA00;">;</span>
    scrollbar-track-<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span> 
    scrollbar-darkshadow-<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span> 
&lt;/style<span style="color: #00AA00;">&gt;</span></pre></div></div>

<p>解决办法是将body换成html</p>
<p><strong>六、如何定义1px左右高度的容器？</strong></p>
<p>IE6下这个问题是因为默认的行高造成的，解决的方法也有很多，例如：overflow:hidden | zoom:0.08 | line-height:1px</p>
<p><strong>七、怎么样才能让层显示在FLASH之上呢？</strong></p>
<p>解决的办法是给FLASH设置透明:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">&lt;a href<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;http://www.25zy.com/&quot;</span><span style="color: #00AA00;">&gt;:</span>&lt;/a<span style="color: #00AA00;">&gt;</span> 
&lt;pre lang<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;html&quot;</span> line<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #00AA00;">&gt;</span> 
&lt;param name<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;wmode&quot;</span> value<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;transparent&quot;</span> /<span style="color: #00AA00;">&gt;</span></pre></div></div>

<p><strong>八、firefox浏览器中嵌套div标签的居中问题的解决方法</strong></p>
<p>假定有如下情况：</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">&lt;div id<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;a&quot;</span><span style="color: #00AA00;">&gt;</span> 
&lt;div id<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;b&quot;</span><span style="color: #00AA00;">&gt;</span> &lt;/div<span style="color: #00AA00;">&gt;</span> 
&lt;/div<span style="color: #00AA00;">&gt;</span></pre></div></div>

<p>如果要实现b在a中居中放置，一般只需用CSS设置a的text-align属性为center。这样的方法在IE里看起来一切正常；但是在Firefox中b却会</p>
<p>是居左的。</p>
<p>解决办法就是设置b的横向margin为auto。例如设置b的CSS样式为：margin: 0 auto;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.25zy.com/post/137.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>唐僧与孙悟空的七十二变！（较猥琐，女士勿进）</title>
		<link>http://www.25zy.com/post/120.html</link>
		<comments>http://www.25zy.com/post/120.html#comments</comments>
		<pubDate>Sun, 24 Jan 2010 12:36:27 +0000</pubDate>
		<dc:creator>lavenxun</dc:creator>
				<category><![CDATA[会心一笑]]></category>
		<category><![CDATA[孙悟空]]></category>

		<guid isPermaLink="false">http://www.25zy.com/?p=120</guid>
		<description><![CDATA[【第一天】唐僧：悟空，你变成套套吧，今天为师要亲自收拾这个女妖精。
【第二天】唐僧：悟空，你变成伟哥吧，今天为师要亲自收拾这个女妖精，直到她求饶。
【第三天】唐僧：今天好无聊…悟空…你变成女妖精吧…]]></description>
			<content:encoded><![CDATA[<p>【第一天】唐僧：悟空，你变成套套吧，今天为师要亲自收拾这个女妖精。<br />
【第二天】唐僧：悟空，你变成伟哥吧，今天为师要亲自收拾这个女妖精，直到她求饶。<br />
【第三天】唐僧：今天好无聊…悟空…你变成女妖精吧…<br />
【第四天】唐僧： 悟空，为师已经厌倦这种生活了…你把我变成女妖精吧…<br />
<span id="more-120"></span>【第五天】唐僧： 悟空，你今天变成为师吧！<br />
【第六天】唐僧： 悟空，你今天不用变了…</p>
]]></content:encoded>
			<wfw:commentRss>http://www.25zy.com/post/120.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
