<?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>FAQ Book &#187; Browser</title>
	<atom:link href="https://blog.faq-book.com/?cat=101&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>https://blog.faq-book.com</link>
	<description>Some SOP,Note,Learned Article of IT  關於IT資訊界的筆記和學習紀錄</description>
	<lastBuildDate>Sun, 27 Mar 2022 12:25:43 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<atom:link rel='hub' href='https://blog.faq-book.com/?pushpress=hub'/>
		<item>
		<title>W3C 網頁相關的狀態碼說明</title>
		<link>https://blog.faq-book.com/?p=2476</link>
		<comments>https://blog.faq-book.com/?p=2476#comments</comments>
		<pubDate>Sun, 10 Jul 2011 00:57:07 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[狀態碼說明]]></category>
		<category><![CDATA[錯誤代碼]]></category>

		<guid isPermaLink="false">http://blog.faq-book.com/?p=2476</guid>
		<description><![CDATA[<p>&nbsp;</p>
<div style="font-size: 83%; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; overflow-x: hidden; overflow-y: hidden; background-color: rgb(255, 255, 255); ">
<ul style="color: rgb(0, 0, 0); font-family: 'courier new', monospace; ">
<li><strong style="font-weight: normal; ">1xx &#8211; 參考資訊 (Informational)</strong><br />
			這些狀態碼代表主機先暫時回應用戶端一個狀態，所以在接收一般的回應之前，用戶端應準備接收一個或多個 1xx 的回應。我以前在寫 ASP 的時候比較有看到 IIS 使用到這些狀態碼回應，在 Apache 的環境我還未曾遇到過。</p>
<ul>
<li>100 &#8211; 繼續。</li>
<li>101 &#8211; 切換通訊協定。</li>
</ul>
</li>
<li><strong style="font-weight: normal; ">2xx &#8211; 成功 (OK)</strong><br />
			這類的狀態碼表示伺服器成功接收到用戶端要求、理解用戶端要求、以及接受用戶端要求。</p>
<ul>
<li>200 &#8211; 確定。 用戶端要求成功。</li>
<li>201 &#8211; 已建立。</li>
<li>202 &#8211; 已接受。</li>
<li>203 &#8211; 非授權資訊。</li>
<li>204 &#8211; 無內容。</li>
<li>205 &#8211; 重設內容。</li>
<li>206 &#8211; 部分內容。</li>
<li>207 &#8211; 多重狀態 (<a href="http://en.wikipedia.org/wiki/WebDAV" rel="nofollow">WebDAV</a>) &#8212; 這好像只有在 IIS 中才有，HTTP/1.1 並沒有定義這個狀態。這狀態會出現在可以包含多個不同回應代碼 (視子要求數量而定) 的 XML 訊息之前。</li>
</ul>
</li>
<li><strong style="font-weight: normal; ">3xx &#8211; 重新導向 (Redirection)</strong><br />
			用戶端瀏覽器必須採取更多動作才能完成要求。例如：瀏覽器可能必須重新發出 HTTP Request 要求伺服器上的不同頁面。</p>
<ul>
<li>301 &#8211; 要求的網頁已經永久改變網址。此狀態要求用戶端未來在連結此網址時應該導向至指定的 URI。</li>
<li>302 &#8211; 物件已移動，並告知移動過去的網址。針對表單架構驗證，這通常表示為「物件已移動」。 要求的資源暫時存於不同的 URI 底下。 由於重新導向可能偶而改變，用戶端應繼續使用要求 URI 來執行未來的要求。 除非以 Cache-Control 或 Expires 標頭欄位表示，此回應才能夠快取。&nbsp;<br />
					<a href="http://asp.net/">ASP.NET</a>&nbsp;預設的&nbsp;<a href="http://msdn.microsoft.com/zh-tw/library/a8wa7sdt.aspx" rel="nofollow">Response.Redirect 方法</a>，就是以 302 Found 做回應。</li>
<li>
<p class="MsoNormal"><span lang="EN-US">303 &#8211; </span><span style="font-family:&quot;新細明體&quot;,&quot;serif&quot;;<br />
mso-ascii-font-family:Calibri;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:<br />
新細明體;mso-fareast-theme-font:minor-fareast;mso-hansi-font-family:Calibri;<br />
mso-hansi-theme-font:minor-latin">通知</span><span lang="EN-US"> Client </span><span style="font-family:&quot;新細明體&quot;,&quot;serif&quot;;mso-ascii-font-family:Calibri;mso-ascii-theme-font:<br />
minor-latin;mso-fareast-font-family:新細明體;mso-fareast-theme-font:minor-fareast;<br />
mso-hansi-font-family:Calibri;mso-hansi-theme-font:minor-latin">連到另一個網址去查看上傳表單的結果</span><span lang="EN-US">(POST </span><span style="font-family:&quot;新細明體&quot;,&quot;serif&quot;;mso-ascii-font-family:<br />
Calibri;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:新細明體;<br />
mso-fareast-theme-font:minor-fareast;mso-hansi-font-family:Calibri;mso-hansi-theme-font:<br />
minor-latin">變成</span><span lang="EN-US"> GET)</span><span style="font-family:<br />
&quot;新細明體&quot;,&quot;serif&quot;;mso-ascii-font-family:Calibri;mso-ascii-theme-font:minor-latin;<br />
mso-fareast-font-family:新細明體;mso-fareast-theme-font:minor-fareast;mso-hansi-font-family:<br />
Calibri;mso-hansi-theme-font:minor-latin">，當使用程式作網頁轉向時，會回應此訊息。</span></p>
<p class="MsoNormal"><span style="font-family:&quot;新細明體&quot;,&quot;serif&quot;;mso-ascii-font-family:<br />
Calibri;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:新細明體;<br />
mso-fareast-theme-font:minor-fareast;mso-hansi-font-family:Calibri;mso-hansi-theme-font:<br />
minor-latin">在</span><span lang="EN-US"> ASP.NET </span><span style="font-family:<br />
&quot;新細明體&quot;,&quot;serif&quot;;mso-ascii-font-family:Calibri;mso-ascii-theme-font:minor-latin;<br />
mso-fareast-font-family:新細明體;mso-fareast-theme-font:minor-fareast;mso-hansi-font-family:<br />
Calibri;mso-hansi-theme-font:minor-latin">中要輸出</span><span lang="EN-US"> HTTP 303 </span><span style="font-family:&quot;新細明體&quot;,&quot;serif&quot;;mso-ascii-font-family:Calibri;<br />
mso-ascii-theme-font:minor-latin;mso-fareast-font-family:新細明體;mso-fareast-theme-font:<br />
minor-fareast;mso-hansi-font-family:Calibri;mso-hansi-theme-font:minor-latin">轉向的程式碼如下：</span><span lang="EN-US"><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Response.StatusCode = 303;<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Response.RedirectLocation = &quot;/PageB.aspx&quot;;<o:p></o:p></span></p>
</li>
<li>304 &#8211; 未修改。用戶端要求該網頁時，其內容並沒有變更，應該回傳 304 告知網頁未修改。此時用戶端僅需要取得本地快取(Local Cache)的副本即可。</li>
<li>305 &#8211; 要求的網頁必須透過 Server 指定的 proxy 才能觀看 ( 透過 Location 標頭 )</li>
<li>306 &#8211; (未使用) 此代碼僅用來為了向前相容而已。</li>
<li>307 &#8211; 暫時重新導向。要求的網頁只是「暫時」改變網址而已。</li>
</ul>
</li>
</ul>
<p> <a href="https://blog.faq-book.com/?p=2476#more-2476" class="more-link">繼續閱讀 &raquo;</a></p>
</div>

<div class="wp_rp_wrap  wp_rp_pinterest" id="wp_rp_first"><div class="wp_rp_content"><h3 class="related_post_title">更多內容</h3><ul class="related_post wp_rp" style="visibility: visible"><li data-position="0" data-poid="in-3674" data-post-type="none" ><a href="https://blog.faq-book.com/?p=3674" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2011/11/JDKTmcat.jpg" alt="JDK1.6和Tomcat5安裝說明(適用各版本)" /></a><a href="https://blog.faq-book.com/?p=3674" class="wp_rp_title">JDK1.6和Tomcat5安裝說明(適用各版本)</a></li><li data-position="1" data-poid="in-1917" data-post-type="none" ><a href="https://blog.faq-book.com/?p=1917" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="[問題紀錄]發生找不到 mysql.sock 的處理方法" /></a><a href="https://blog.faq-book.com/?p=1917" class="wp_rp_title">[問題紀錄]發生找不到 mysql.sock 的處理方法</a></li><li data-position="2" data-poid="in-1611" data-post-type="none" ><a href="https://blog.faq-book.com/?p=1611" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/n0.jpg" alt="WebMatrix安裝&amp;資料庫簡易連線&amp;Wordpress安裝" /></a><a href="https://blog.faq-book.com/?p=1611" class="wp_rp_title">WebMatrix安裝&#038;資料庫簡易連線&#038;Wordpress安裝</a></li><li data-position="3" data-poid="in-653" data-post-type="none" ><a href="https://blog.faq-book.com/?p=653" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/15.jpg" alt="Internet Explorer 10 測試版  開放下載" /></a><a href="https://blog.faq-book.com/?p=653" class="wp_rp_title">Internet Explorer 10 測試版  開放下載</a></li><li data-position="4" data-poid="in-2473" data-post-type="none" ><a href="https://blog.faq-book.com/?p=2473" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt=".htaccess 簡單的用法" /></a><a href="https://blog.faq-book.com/?p=2473" class="wp_rp_title">.htaccess 簡單的用法</a></li><li data-position="5" data-poid="in-2692" data-post-type="none" ><a href="https://blog.faq-book.com/?p=2692" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="CKeditor in ASP.NET" /></a><a href="https://blog.faq-book.com/?p=2692" class="wp_rp_title">CKeditor in ASP.NET</a></li><li data-position="6" data-poid="in-2419" data-post-type="none" ><a href="https://blog.faq-book.com/?p=2419" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="Apache-status 欄位說明" /></a><a href="https://blog.faq-book.com/?p=2419" class="wp_rp_title">Apache-status 欄位說明</a></li><li data-position="7" data-poid="in-1943" data-post-type="none" ><a href="https://blog.faq-book.com/?p=1943" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="ASP NET 匯出PDF" /></a><a href="https://blog.faq-book.com/?p=1943" class="wp_rp_title">ASP NET 匯出PDF</a></li><li data-position="8" data-poid="in-2571" data-post-type="none" ><a href="https://blog.faq-book.com/?p=2571" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="Nginx 安裝時常見的問題 2" /></a><a href="https://blog.faq-book.com/?p=2571" class="wp_rp_title">Nginx 安裝時常見的問題 2</a></li><li data-position="9" data-poid="in-2424" data-post-type="none" ><a href="https://blog.faq-book.com/?p=2424" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="壓力測試" /></a><a href="https://blog.faq-book.com/?p=2424" class="wp_rp_title">壓力測試</a></li></ul></div></div>
<div class='yarpp-related-rss yarpp-related-none'>
<h3>相關文章:</h3>
<p>沒有相關文章</p>
<img src='http://yarpp.org/pixels/96bfd12e93e905461749e105253e82f0'/>
</div>
]]></description>
		<wfw:commentRss>https://blog.faq-book.com/?feed=rss2&#038;p=2476</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webutation 網站連結安全性檢查</title>
		<link>https://blog.faq-book.com/?p=2387</link>
		<comments>https://blog.faq-book.com/?p=2387#comments</comments>
		<pubDate>Wed, 29 Jun 2011 01:49:09 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Extension]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Chrome Extension!]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Webutation]]></category>
		<category><![CDATA[瀏覽器外掛]]></category>

		<guid isPermaLink="false">http://blog.faq-book.com/?p=2387</guid>
		<description><![CDATA[<p>&nbsp;</p>
<p><span class="Apple-style-span" style="font-family: 新細明體, serif; ">網路的發展越來越快，網頁和病毒也相對的越來越多。如果能在進入網頁，或是進入網頁後能夠提醒告知此網站安全性的問題。就可以多少避免掉中毒、資料被竊取等問題。</span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span><a href="http://blog.faq-book.com/wp-content/uploads/image/Browser/Extension/Webutation/1.jpg" rel="lightbox[2387]"><img alt="" height="95" src="http://blog.faq-book.com/wp-content/uploads/image/Browser/Extension/Webutation/1.jpg" width="446" /></a></p>
<p class="MsoNormal"><span style="font-family:&quot;新細明體&quot;,&quot;serif&quot;;mso-ascii-font-family:<br />
Calibri;mso-hansi-font-family:Calibri">今天就來介紹</span><span lang="EN-US">Webutation(</span><span style="font-family:&quot;新細明體&quot;,&quot;serif&quot;;mso-ascii-font-family:Calibri;mso-hansi-font-family:<br />
Calibri">網站連結安全性檢查</span><span lang="EN-US">)</span><span style="font-family:<br />
&quot;新細明體&quot;,&quot;serif&quot;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri">。</span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-family:&quot;新細明體&quot;,&quot;serif&quot;;mso-ascii-font-family:<br />
Calibri;mso-hansi-font-family:Calibri">主要有兩種檢查方式</span><span lang="EN-US"> : </span></p>
<p class="MsoNormal"><span style="font-family:&quot;新細明體&quot;,&quot;serif&quot;;mso-ascii-font-family:<br />
Calibri;mso-hansi-font-family:Calibri">方法一</span> <span lang="EN-US">: </span><span style="font-family:&quot;新細明體&quot;,&quot;serif&quot;;mso-ascii-font-family:Calibri;mso-hansi-font-family:<br />
Calibri">登入到</span> <span lang="EN-US">Webutation </span><span style="font-family:<br />
&quot;新細明體&quot;,&quot;serif&quot;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri">的網站</span><span lang="EN-US"><a href="http://www.webutation.net/">http://www.webutation.net/</a></span><span style="font-family:&quot;新細明體&quot;,&quot;serif&quot;;mso-ascii-font-family:Calibri;mso-hansi-font-family:<br />
Calibri">，輸入要檢查的網址。</span></p>
<p class="MsoNormal"><span lang="EN-US"><a href="http://blog.faq-book.com/wp-content/uploads/image/Browser/Extension/Webutation/2.jpg" rel="lightbox[2387]"><img alt="" height="211" src="http://blog.faq-book.com/wp-content/uploads/image/Browser/Extension/Webutation/2.jpg" width="574" /></a><br />
	<!--[endif]--></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-family:&quot;新細明體&quot;,&quot;serif&quot;;mso-ascii-font-family:<br />
Calibri;mso-hansi-font-family:Calibri">之後就會出現該網站的安全性評分。</span></p>
<p class="MsoNormal"><span lang="EN-US"><a href="http://blog.faq-book.com/wp-content/uploads/image/Browser/Extension/Webutation/3.jpg" rel="lightbox[2387]"><img alt="" height="201" src="http://blog.faq-book.com/wp-content/uploads/image/Browser/Extension/Webutation/3.jpg" width="650" /></a><br />
	<!--[endif]--></span></p>
<p class="MsoNormal"> <a href="https://blog.faq-book.com/?p=2387#more-2387" class="more-link">繼續閱讀 &raquo;</a></p>

<div class="wp_rp_wrap  wp_rp_pinterest" ><div class="wp_rp_content"><h3 class="related_post_title">更多內容</h3><ul class="related_post wp_rp" style="visibility: visible"><li data-position="0" data-poid="in-1857" data-post-type="none" ><a href="https://blog.faq-book.com/?p=1857" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="如何在Google Chrome 使用Google +1 Plus one Extension" /></a><a href="https://blog.faq-book.com/?p=1857" class="wp_rp_title">如何在Google Chrome 使用Google +1 Plus one Extension</a></li><li data-position="1" data-poid="in-2626" data-post-type="none" ><a href="https://blog.faq-book.com/?p=2626" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/112.jpg" alt="ProxySwitcher與Firefox相關應用" /></a><a href="https://blog.faq-book.com/?p=2626" class="wp_rp_title">ProxySwitcher與Firefox相關應用</a></li><li data-position="2" data-poid="in-901" data-post-type="none" ><a href="https://blog.faq-book.com/?p=901" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="如何讓電腦開機自動登入 " /></a><a href="https://blog.faq-book.com/?p=901" class="wp_rp_title">如何讓電腦開機自動登入 </a></li><li data-position="3" data-poid="in-276" data-post-type="none" ><a href="https://blog.faq-book.com/?p=276" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/118.jpg" alt="vmware設定外連" /></a><a href="https://blog.faq-book.com/?p=276" class="wp_rp_title">vmware設定外連</a></li><li data-position="4" data-poid="in-1550" data-post-type="none" ><a href="https://blog.faq-book.com/?p=1550" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="Subversion Client端(windows設定)" /></a><a href="https://blog.faq-book.com/?p=1550" class="wp_rp_title">Subversion Client端(windows設定)</a></li><li data-position="5" data-poid="in-1444" data-post-type="none" ><a href="https://blog.faq-book.com/?p=1444" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="PuTTYgen產生金鑰 (Windows使用)" /></a><a href="https://blog.faq-book.com/?p=1444" class="wp_rp_title">PuTTYgen產生金鑰 (Windows使用)</a></li><li data-position="6" data-poid="in-798" data-post-type="none" ><a href="https://blog.faq-book.com/?p=798" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/119.jpg" alt="Gmail pop開啟教學" /></a><a href="https://blog.faq-book.com/?p=798" class="wp_rp_title">Gmail pop開啟教學</a></li><li data-position="7" data-poid="in-1799" data-post-type="none" ><a href="https://blog.faq-book.com/?p=1799" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="Windows Server 2008 R2開啟SNMP服務" /></a><a href="https://blog.faq-book.com/?p=1799" class="wp_rp_title">Windows Server 2008 R2開啟SNMP服務</a></li><li data-position="8" data-poid="in-2793" data-post-type="none" ><a href="https://blog.faq-book.com/?p=2793" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="【軟體分享】 Your Unin-staller" /></a><a href="https://blog.faq-book.com/?p=2793" class="wp_rp_title">【軟體分享】 Your Unin-staller</a></li><li data-position="9" data-poid="in-2861" data-post-type="none" ><a href="https://blog.faq-book.com/?p=2861" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="Cacti Thresholds 警報設定" /></a><a href="https://blog.faq-book.com/?p=2861" class="wp_rp_title">Cacti Thresholds 警報設定</a></li></ul></div></div>
<div class='yarpp-related-rss yarpp-related-none'>
<h3>相關文章:</h3>
<p>沒有相關文章</p>
<img src='http://yarpp.org/pixels/96bfd12e93e905461749e105253e82f0'/>
</div>
]]></description>
		<wfw:commentRss>https://blog.faq-book.com/?feed=rss2&#038;p=2387</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 10 測試版  開放下載</title>
		<link>https://blog.faq-book.com/?p=653</link>
		<comments>https://blog.faq-book.com/?p=653#comments</comments>
		<pubDate>Wed, 13 Apr 2011 11:09:05 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[IE10]]></category>
		<category><![CDATA[Internet Explorer 10]]></category>

		<guid isPermaLink="false">http://blog.faq-book.com/?p=653</guid>
		<description><![CDATA[<p><span class="Apple-style-span" style="color: rgb(54, 54, 54); font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 19px; ">&nbsp;Internet Explorer 10:<a href="http://ie.microsoft.com/testdrive/">http://ie.microsoft.com/testdrive/</a></span></p>
<p>&nbsp;</p>
<p><span class="Apple-style-span" style="color: rgb(54, 54, 54); font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 19px; ">&nbsp;Internet Explorer 第十版，目前已經可以在微軟的官網下載測試，</span><span class="Apple-style-span" style="color: rgb(54, 54, 54); font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 19px; ">這次將支援更多的網頁設計元素、標準，一如 CSS 漸變（CSS Gradients）、CSS3 Flexible Box Layout 等&#8230;&#8230;</span></p>
<p>有興趣的朋友可下載來玩玩看。</p>
<div>&nbsp;</div>
<p><img alt="" height="379" src="http://blog.faq-book.com/wp-content/uploads/image/Browser/IE10/1.jpg" width="650" /></p>
<p>&nbsp;</p>
<p>以下為IE10的示範影片</p>
<p><iframe allowfullscreen="" frameborder="0" height="390" src="http://www.youtube.com/embed/3870_toHLjo" title="YouTube video player" width="640"></iframe></p>

<div class="wp_rp_wrap  wp_rp_pinterest" ><div class="wp_rp_content"><h3 class="related_post_title">更多內容</h3><ul class="related_post wp_rp" style="visibility: visible"><li data-position="0" data-poid="in-2476" data-post-type="none" ><a href="https://blog.faq-book.com/?p=2476" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="W3C 網頁相關的狀態碼說明" /></a><a href="https://blog.faq-book.com/?p=2476" class="wp_rp_title">W3C 網頁相關的狀態碼說明</a></li><li data-position="1" data-poid="in-7309" data-post-type="none" ><a href="https://blog.faq-book.com/?p=7309" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/08/Alfresco-language-.jpg" alt="Alfresco 4.2.d 中文化 (Alfresco share)" /></a><a href="https://blog.faq-book.com/?p=7309" class="wp_rp_title">Alfresco 4.2.d 中文化 (Alfresco share)</a></li><li data-position="2" data-poid="in-714" data-post-type="none" ><a href="https://blog.faq-book.com/?p=714" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="WordPress Facebook (FB) 外掛" /></a><a href="https://blog.faq-book.com/?p=714" class="wp_rp_title">WordPress Facebook (FB) 外掛</a></li><li data-position="3" data-poid="in-5955" data-post-type="none" ><a href="https://blog.faq-book.com/?p=5955" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2012/10/Install-VMware-tools-for-Windows.jpg" alt="Install VMware tools for Windows" /></a><a href="https://blog.faq-book.com/?p=5955" class="wp_rp_title">Install VMware tools for Windows</a></li><li data-position="4" data-poid="in-3029" data-post-type="none" ><a href="https://blog.faq-book.com/?p=3029" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="Vim 指令基本說明" /></a><a href="https://blog.faq-book.com/?p=3029" class="wp_rp_title">Vim 指令基本說明</a></li><li data-position="5" data-poid="in-351" data-post-type="none" ><a href="https://blog.faq-book.com/?p=351" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/130.jpg" alt="telnet 25 port 指令" /></a><a href="https://blog.faq-book.com/?p=351" class="wp_rp_title">telnet 25 port 指令</a></li><li data-position="6" data-poid="in-2819" data-post-type="none" ><a href="https://blog.faq-book.com/?p=2819" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="DNS 架構及查詢流程" /></a><a href="https://blog.faq-book.com/?p=2819" class="wp_rp_title">DNS 架構及查詢流程</a></li><li data-position="7" data-poid="in-2731" data-post-type="none" ><a href="https://blog.faq-book.com/?p=2731" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/0.jpg" alt="Cygwin 安裝和SSH設定教學" /></a><a href="https://blog.faq-book.com/?p=2731" class="wp_rp_title">Cygwin 安裝和SSH設定教學</a></li><li data-position="8" data-poid="in-6861" data-post-type="none" ><a href="https://blog.faq-book.com/?p=6861" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/01/kernel.jpg" alt="編譯 Kernel 的錯誤訊息" /></a><a href="https://blog.faq-book.com/?p=6861" class="wp_rp_title">編譯 Kernel 的錯誤訊息</a></li><li data-position="9" data-poid="in-2424" data-post-type="none" ><a href="https://blog.faq-book.com/?p=2424" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="壓力測試" /></a><a href="https://blog.faq-book.com/?p=2424" class="wp_rp_title">壓力測試</a></li></ul></div></div>
<div class='yarpp-related-rss yarpp-related-none'>
<h3>相關文章:</h3>
<p>沒有相關文章</p>
<img src='http://yarpp.org/pixels/96bfd12e93e905461749e105253e82f0'/>
</div>
]]></description>
		<wfw:commentRss>https://blog.faq-book.com/?feed=rss2&#038;p=653</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
