HTML語法大全

標籤 , 屬性名稱 , 簡介

註解
跑馬燈
...普通捲動
...滑動
...預設捲動
...來回捲動
...向下捲動
...向上捲動
向右捲動
向左捲動
...捲動次數
...設定寬度
...設定高度
...設定背景顏色
...設定捲動距離
...設定捲動時間
字體效果

...

標題字(最大)
...
標題字(最小)
...粗體字
...粗體字(強調)
...斜體字
...斜體字(強調)
...斜體字(表示定義)
...底線
...底線(表示插入文字)
...橫線
...刪除線
...刪除線(表示刪除)
...鍵盤文字
... 打字體
...固定寬度字體(在文件中空白、換行、定位功能有效)
...</plaintext>固定寬度字體(不執行標記符號) <br /><listing>...</listing> 固定寬度小字體 <br /><font color=00ff00>...</font>字體顏色 <br /><font size=1>...</font>最小字體 <br /><font style ='font-size:100 px'>...</font>無限增大 <br /><!---->區斷標記 <br /><hr>水平線 <br /><hr size='9'>水平線(設定大小) <br /><hr width='80%'>水平線(設定寬度) <br /><hr color='ff0000'>水平線(設定顏色) <br /><br>(換行) <br /><nobr>...</nobr>水域(不換行) <br /><p>...</p>水域(段落) <br /><center>...</center>置中 <br /><!---->連結格式 <br /><base href=位址>(預設好連結路徑) <br /><a href=位址></a>外部連結 <br /><a href=位址 target='_blank'></a>外部連結(另開新視窗) <br /><a href=位址 target='_top'></a>外部連結(全視窗連結) <br /><a href=位址 target='頁框名'></a>外部連結(在指定頁框連結) <br /><!---->貼圖/音樂 <br /><img src="圖片位址">貼圖 <br /><img src="圖片位址" width="180">設定圖片寬度 <br /><img height="30" src="圖片位址">設定圖片高度 <br /><img alt="提示文字" src="圖片位址">設定圖片提示文字 <br /><img border="1" src="圖片位址&#39;">設定圖片邊框 <br /><bgsound src=MID音樂檔位址>背景音樂設定 <br /><!---->表格語法 <br /><table aling=left>...</table>表格位置,置左 <br /><table aling=center>...</table>表格位置,置中 <br /><table background=圖片路徑>...</table>背景圖片的URL=就是路徑網址 <br /><table border=邊框大小>...</table>設定表格邊框大小(使用數字) <br /><table bgcolor=顏色碼>...</table>設定表格的背景顏色 <br /><table borderclor=顏色碼>...</table>設定表格邊框的顏色 <br /><table borderclordark=顏色碼>...</table>設定表格暗邊框的顏色 <br /><table borderclorlight=顏色碼>...</table>設定表格亮邊框的顏色 <br /><table cellpadding=參數>...</table>指定內容與格線之間的間距(使用數字) <br /><table cellspacing=參數>...</table>指定格線與格線之間的距離(使用數字) <br /><table cols=參數>...</table>指定表格的欄數 <br /><table frame=參數>...</table>設定表格外框線的顯示方式 <br /><table width=寬度>...</table>指定表格的寬度大小(使用數字) <br /><table height=高度>...</table>指定表格的高度大小(使用數字) <br /><td colspan=參數>...</td>指定儲存格合併欄的欄數(使用數字) <br /><td rowspan=參數>...</td>指定儲存格合併列的列數(使用數字) <br /><!---->分割視窗 <br /><frameset cols="20%,*">左右分割,將左邊框架分割大小為20%右邊框架的大小瀏覽器會自動調整 <br /><frameset rows="20%,*">上下分割,將上面框架分割大小為20%下面框架的大小瀏覽器會自動調整 <br /><frameset cols="20%,*">分割左右兩個框架 <br /><frameset cols="20%,*,20%">分割左中右三個框架 <br /><分割上下兩個框架 <br /><frameset rows="20%,*,20%">分割上中下三個框架 <br /><!-- - - ... - ---> 註解 <br /><A HREF TARGET> 指定超連結的分割視窗 <br /><A HREF=#錨的名稱> 指定錨名稱的超連結 <br /><A HREF> 指定超連結 <br /><A NAME=錨的名稱> 被連結點的名稱 <br /><ADDRESS>....</ADDRESS> 用來顯示電子郵箱地址 <br /><B> 粗體字 <br /><BASE TARGET> 指定超連結的分割視窗 <br /><BASEFONT SIZE> 更改預設字形大小 <br /><BGSOUND SRC> 加入背景音樂 <br /><BIG> 顯示大字體 <br /><BLINK> 閃爍的文字 <br /><BODY TEXT LINK VLINK> 設定文字顏色 <br /><BODY> 顯示本文 <br /><BR> 換行 <br /><CAPTION ALIGN> 設定表格標題位置 <br /><CAPTION>...</CAPTION> 為表格加上標題 <br /><CENTER> 向中對齊 <br /><CITE>...<CITE> 用於引經據典的文字 <br /><CODE>...</CODE> 用於列出一段程式碼 <br /><COMMENT>...</COMMENT> 加上註解 <br /><DD> 設定定義列表的項目解說 <br /><DFN>...</DFN> 顯示"定義"文字 <br /><DIR>...</DIR> 列表文字標籤 <br /><DL>...</DL> 設定定義列表的標籤 <br /><DT> 設定定義列表的項目 <br /><EM> 強調之用 <br /><FONT FACE> 任意指定所用的字形 <br /><FONT SIZE> 設定字體大小 <br /><FORM ACTION> 設定戶動式表單的處理方式 <br /><FORM METHOD> 設定戶動式表單之資料傳送方式 <br /><FRAME MARGINHEIGHT> 設定視窗的上下邊界 <br /><FRAME MARGINWIDTH> 設定視窗的左右邊界 <br /><FRAME NAME> 為分割視窗命名 <br /><FRAME NORESIZE> 鎖住分割視窗的大小 <br /><FRAME SCROLLING> 設定分割視窗的捲軸 <br /><FRAME SRC> 將HTML檔加入視窗 <br /><FRAMESET COLS> 將視窗分割成左右的子視窗 <br /><FRAMESET ROWS> 將視窗分割成上下的子視窗 <br /><FRAMESET>...</FRAMESET> 劃分分割視窗 <br /><H1>~<H6> 設定文字大小 <br /><HEAD> 標示文件資訊 <br /><HR> 加上分格線 <br /><HTML> 文件的開始與結束 <br /><I> 斜體字 <br /><img align=""> 調整圖形影像的位置 <br /><img alt=""> 為你的圖形影像加註 <br /><img dynsrc="" loop> 加入影片 <br /><img height="" width=""> 插入圖片並預設圖形大小 <br /><img hspace=""> 插入圖片並預設圖形的左右邊界 <br /><img lowsrc=""> 預載圖片功能 <br /><img border="" src=""> 設定圖片邊界 <br /><img src=""> 插入圖片 <br /><img vspace=""> 插入圖片並預設圖形的上下邊界 <br /><INPUT TYPE NAME value> 在表單中加入輸入欄位 <br /><ISINDEX> 定義查詢用表單 <br /><KBD>...</KBD> 表示使用者輸入文字 <br /><LI TYPE>...</LI> 列表的項目 ( 可指定符號 ) <br /><MARQUEE> 跑馬燈效果 <br /><MENU>...</MENU> 條列文字標籤 <br /><META NAME="REFRESH" CONTENT URL> 自動更新文件內容 <br /><MULTIPLE> 可同時選擇多項的列表欄 <br /><NOFRAME> 定義不出現分割視窗的文字 <br /><OL>...</OL> 有序號的列表 <br /><OPTION> 定義表單中列表欄的項目 <br /><P ALIGN> 設定對齊方向 <br /><P> 分段 <br /><PERSON>...</PERSON> 顯示人名 <br /><PRE> 使用原有排列 <br /><SAMP>...</SAMP> 用於引用字 <br /><SELECT>...</SELECT> 在表單中定義列表欄 <br /><SMALL> 顯示小字體 <br /><STRIKE> 文字加橫線 <br /><STRONG> 用於加強語氣 <br /><SUB> 下標字 <br /><SUP> 上標字 <br /><TABLE BORDER=n> 調整表格的寬線高度 <br /><TABLE CELLPADDING> 調整資料欄位之邊界 <br /><TABLE CELLSPACING> 調整表格線的寬度 <br /><TABLE HEIGHT> 調整表格的高度 <br /><TABLE WIDTH> 調整表格的寬度 <br /><TABLE>...</TABLE> 產生表格的標籤 <br /><TD ALIGN> 調整表格欄位之左右對齊 <br /><TD BGCOLOR> 設定表格欄位之背景顏色 <br /><TD COLSPAN ROWSPAN> 表格欄位的合併 <br /><TD NOWRAP> 設定表格欄位不換行 <br /><TD VALIGN> 調整表格欄位之上下對齊 <br /><TD WIDTH> 調整表格欄位寬度 <br /><TD>...</TD> 定義表格的資料欄位 <br /><TEXTAREA NAME ROWS COLS> 表單中加入多少列的文字輸入欄 <br /><TEXTAREA WRAP> 決定文字輸入欄是自動否換行 <br /><TH>...</TH> 定義表格的標頭欄位 <br /><TITLE> 文件標題 <br /><TR>...</TR> 定義表格美一行 <br /><TT> 打字機字體 <br /><U> 文字加底線 <br /><UL TYPE>...</UL> 無序號的列表 ( 可指定符號 ) <br /><VAR>...</VAR> 用於顯示變數 </div> <div class='post-bottom'> <div class='post-footer float-container'> <div class='post-footer-line post-footer-line-1'> </div> <div class='post-footer-line post-footer-line-2'> </div> <div class='post-footer-line post-footer-line-3'> </div> </div> <div class='post-share-buttons post-share-buttons-bottom invisible'> <div class='byline post-share-buttons goog-inline-block'> <div aria-owns='sharing-popup-Blog1-byline-1151539962727749519' class='sharing' data-title='HTML語法大全'> <button aria-controls='sharing-popup-Blog1-byline-1151539962727749519' aria-label='分享' class='sharing-button touch-icon-button' id='sharing-button-Blog1-byline-1151539962727749519' role='button'> <div class='flat-icon-button ripple'> <svg class='svg-icon-24'> <use xlink:href='/responsive/sprite_v1_6.css.svg#ic_share_black_24dp' xmlns:xlink='http://www.w3.org/1999/xlink'></use> </svg> </div> </button> <div class='share-buttons-container'> <ul aria-hidden='true' aria-label='分享' class='share-buttons hidden' id='sharing-popup-Blog1-byline-1151539962727749519' role='menu'> <li> <span aria-label='取得連結' class='sharing-platform-button sharing-element-link' data-href='https://www.blogger.com/share-post.g?blogID=4845814312435353697&postID=1151539962727749519&target=' data-url='https://timonshuang-volley.blogspot.com/2007/06/html.html' role='menuitem' tabindex='-1' title='取得連結'> <svg class='svg-icon-24 touch-icon sharing-link'> <use xlink:href='/responsive/sprite_v1_6.css.svg#ic_24_link_dark' xmlns:xlink='http://www.w3.org/1999/xlink'></use> </svg> <span class='platform-sharing-text'>取得連結</span> </span> </li> <li> <span aria-label='分享到 Facebook' class='sharing-platform-button sharing-element-facebook' data-href='https://www.blogger.com/share-post.g?blogID=4845814312435353697&postID=1151539962727749519&target=facebook' data-url='https://timonshuang-volley.blogspot.com/2007/06/html.html' role='menuitem' tabindex='-1' title='分享到 Facebook'> <svg class='svg-icon-24 touch-icon sharing-facebook'> <use xlink:href='/responsive/sprite_v1_6.css.svg#ic_24_facebook_dark' xmlns:xlink='http://www.w3.org/1999/xlink'></use> </svg> <span class='platform-sharing-text'>Facebook</span> </span> </li> <li> <span aria-label='分享到 X' class='sharing-platform-button sharing-element-twitter' data-href='https://www.blogger.com/share-post.g?blogID=4845814312435353697&postID=1151539962727749519&target=twitter' data-url='https://timonshuang-volley.blogspot.com/2007/06/html.html' role='menuitem' tabindex='-1' title='分享到 X'> <svg class='svg-icon-24 touch-icon sharing-twitter'> <use xlink:href='/responsive/sprite_v1_6.css.svg#ic_24_twitter_dark' xmlns:xlink='http://www.w3.org/1999/xlink'></use> </svg> <span class='platform-sharing-text'>X</span> </span> </li> <li> <span aria-label='分享到 Pinterest' class='sharing-platform-button sharing-element-pinterest' data-href='https://www.blogger.com/share-post.g?blogID=4845814312435353697&postID=1151539962727749519&target=pinterest' data-url='https://timonshuang-volley.blogspot.com/2007/06/html.html' role='menuitem' tabindex='-1' title='分享到 Pinterest'> <svg class='svg-icon-24 touch-icon sharing-pinterest'> <use xlink:href='/responsive/sprite_v1_6.css.svg#ic_24_pinterest_dark' xmlns:xlink='http://www.w3.org/1999/xlink'></use> </svg> <span class='platform-sharing-text'>Pinterest</span> </span> </li> <li> <span aria-label='以電子郵件傳送' class='sharing-platform-button sharing-element-email' data-href='https://www.blogger.com/share-post.g?blogID=4845814312435353697&postID=1151539962727749519&target=email' data-url='https://timonshuang-volley.blogspot.com/2007/06/html.html' role='menuitem' tabindex='-1' title='以電子郵件傳送'> <svg class='svg-icon-24 touch-icon sharing-email'> <use xlink:href='/responsive/sprite_v1_6.css.svg#ic_24_email_dark' xmlns:xlink='http://www.w3.org/1999/xlink'></use> </svg> <span class='platform-sharing-text'>以電子郵件傳送</span> </span> </li> <li aria-hidden='true' class='hidden'> <span aria-label='分享至其他應用程式' class='sharing-platform-button sharing-element-other' data-url='https://timonshuang-volley.blogspot.com/2007/06/html.html' role='menuitem' tabindex='-1' title='分享至其他應用程式'> <svg class='svg-icon-24 touch-icon sharing-sharingOther'> <use xlink:href='/responsive/sprite_v1_6.css.svg#ic_more_horiz_black_24dp' xmlns:xlink='http://www.w3.org/1999/xlink'></use> </svg> <span class='platform-sharing-text'>其他應用程式</span> </span> </li> </ul> </div> </div> </div> </div> </div> </div> </div> <section class='comments' data-num-comments='0' id='comments'> <a name='comments'></a> <h3 class='title'>留言</h3> <div id='Blog1_comments-block-wrapper'> </div> <div class='footer'> <a href='https://www.blogger.com/comment/fullpage/post/4845814312435353697/1151539962727749519' onclick=''> 張貼留言 </a> </div> </section> </article> </div> </div><div class='widget PopularPosts' data-version='2' id='PopularPosts1'> <h3 class='title'> 這個網誌中的熱門文章 </h3> <div class='widget-content'> <div role='feed'> <article class='post' role='article'> <h3 class='post-title'><a href='https://timonshuang-volley.blogspot.com/2016/09/blog-post.html'>嘗試卸載資料庫時&#65292;發生資料庫正在使用的而無法卸載的可能解決方案</a></h3> <div class='post-header'> <div class='post-header-line-1'> <span class='byline post-timestamp'> <meta content='http://timonshuang-volley.blogspot.com/2016/09/blog-post.html'/> <a class='timestamp-link' href='https://timonshuang-volley.blogspot.com/2016/09/blog-post.html' rel='bookmark' title='permanent link'> <time class='published' datetime='2016-09-06T19:35:00-07:00' title='2016-09-06T19:35:00-07:00'> 9月 06, 2016 </time> </a> </span> </div> </div> <div class='item-content float-container'> <div class='popular-posts-snippet snippet-container r-snippet-container'> <div class='snippet-item r-snippetized'> 問題 不管在 SSMS或AP中嘗試要卸載DB出現 : 發生&#12304; 無法卸離 資料庫 &#39;資料庫名稱&#39;&#65292;因為目前正在使用中 &#12305;的錯誤 解法 Step1:先查詢哪些DB目前使用(連線)中 &#160; &#160; &#160; &#160; &#160;E xec sp_who &#160; &#160; &#160; &#160; &#160;EXEC sys.sp_who2 Step2 &#160; &#160; &#160; &#160; &#160; &#160; &#160;A :&#160; &#160;kill&#160; &#160;還連線到所要卸載的資料庫的 &#160;SPID&#160; KILL 53; GO 刪除指定資料庫上的所有連線&#65292;請參考以下的範例&#65306; ? 1 2 3 4 5 6 USE master GO ALTER DATABASE [資料庫名稱] SET SINGLE_USER WITH ROLLBACK IMMEDIATE; GO 若是要刪除 SQL Server 上全部的連線&#65292;可以使用以下的範例&#65292;並且保留本身這條連線不會刪除&#12290; 以下是 SQL Server 2005 版本 ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 USE master GO CREATE PROC KillUserConnections AS DECLARE @spid int , @SQLstr nvarchar(128) &#160; DECLARE spids_cr CURSOR FOR SELECT session_id FROM sys.dm_exec_connections WHERE session_id&lt;&gt;@@SPID FOR READ ONLY &#160; O... </div> <a class='snippet-fade r-snippet-fade hidden' href='https://timonshuang-volley.blogspot.com/2016/09/blog-post.html'></a> </div> <div class='jump-link flat-button ripple'> <a href='https://timonshuang-volley.blogspot.com/2016/09/blog-post.html' title='嘗試卸載資料庫時,發生資料庫正在使用的而無法卸載的可能解決方案'> 閱讀完整內容 </a> </div> </div> </article> <article class='post' role='article'> <h3 class='post-title'><a href='https://timonshuang-volley.blogspot.com/2015/06/pmp.html'>PMP常用的英文單字</a></h3> <div class='post-header'> <div class='post-header-line-1'> <span class='byline post-timestamp'> <meta content='http://timonshuang-volley.blogspot.com/2015/06/pmp.html'/> <a class='timestamp-link' href='https://timonshuang-volley.blogspot.com/2015/06/pmp.html' rel='bookmark' title='permanent link'> <time class='published' datetime='2015-06-03T01:10:00-07:00' title='2015-06-03T01:10:00-07:00'> 6月 03, 2015 </time> </a> </span> </div> </div> <div class='item-content float-container'> <div class='popular-posts-snippet snippet-container r-snippet-container'> <div class='snippet-item r-snippetized'> 有時候開Table&#12289;為欄位名稱命名時&#65292;常會想半天 網路上找到PMP常用的英文&#65292;應該可以派上用場 來源&#65306;&#12288;http://blog.roodo.com/pmp_5472/archives/6049425.html A 英文 縮寫 中文 Actual Cost AC 實際成本 Actual Cost of Work Performed ACWP 完成工作的實際成本 Actual Cost of Work Scheduled ACWS 排定工作的實際成本 Activity Description AD 活動說明書 Arrow Diagramming Method ADM 箭頭圖示法 Actual Finish date AF 實際完成日 Activity-on-Arrow AOA 箭頭圖示活動法 Activity-on-Node AON 節點圖示活動法 Actual Start date AS 實際開始日 B 英文 縮寫 中文 Budget at Completion BAC 完工之預算 Budgeted Cost of Work Performed BCWP 已執行工作的預定成本 Budgeted Cost of Work Scheduled BCWS 已排定工作的預定成本 Bill of Material BOM 材料清單 C 英文 縮寫 中文 Control Account CA 控制賬目 Control Account Plan (previously called Cost Account Plan) CAP 控制會計計畫書 Change Control Board CCB 變更控制委員會 Cost of Quality COQ 品質成本 Cost-Plus-Fee CPF 成本加酬金 Cost-Plus-Fixed-Fee CPFF 成本加固定報酬合約 Cost Performance Index CPI 成本績效指數 Cost-Plus-Incentive-Fee CPIF 成本加獎金報酬合約 Critical Path Method CPM 要徑法 Cost-P... </div> <a class='snippet-fade r-snippet-fade hidden' href='https://timonshuang-volley.blogspot.com/2015/06/pmp.html'></a> </div> <div class='jump-link flat-button ripple'> <a href='https://timonshuang-volley.blogspot.com/2015/06/pmp.html' title='PMP常用的英文單字'> 閱讀完整內容 </a> </div> </div> </article> <article class='post' role='article'> <h3 class='post-title'><a href='https://timonshuang-volley.blogspot.com/2007/03/aspnet-iconvertible-debug.html'>[asp.net]發生-物件必須實作 IConvertible 之debug</a></h3> <div class='post-header'> <div class='post-header-line-1'> <span class='byline post-timestamp'> <meta content='http://timonshuang-volley.blogspot.com/2007/03/aspnet-iconvertible-debug.html'/> <a class='timestamp-link' href='https://timonshuang-volley.blogspot.com/2007/03/aspnet-iconvertible-debug.html' rel='bookmark' title='permanent link'> <time class='published' datetime='2007-03-07T00:52:00-08:00' title='2007-03-07T00:52:00-08:00'> 3月 07, 2007 </time> </a> </span> </div> </div> <div class='item-content float-container'> <div class='popular-posts-snippet snippet-container r-snippet-container'> <div class='snippet-item r-snippetized'> 今天在寫權限管理時發生利用SqlCommand的ExecuteNonQuery() 時發生-&gt;物件必須實作 IConvertible的錯誤&#8230; 後來發現是SqlParameter.Value的assign有疏忽... pram_desc.Value = Me.txtDesc --&gt;錯誤的寫法 pram_desc.Value = Me.txtDesc.Text --&gt;正確的寫法 </div> <a class='snippet-fade r-snippet-fade hidden' href='https://timonshuang-volley.blogspot.com/2007/03/aspnet-iconvertible-debug.html'></a> </div> <div class='jump-link flat-button ripple'> <a href='https://timonshuang-volley.blogspot.com/2007/03/aspnet-iconvertible-debug.html' title='[asp.net]發生-物件必須實作 IConvertible 之debug'> 閱讀完整內容 </a> </div> </div> </article> </div> </div> </div></div> </main> </div> <footer class='footer section' id='footer' name='頁尾'><div class='widget Attribution' data-version='2' id='Attribution1'> <div class='widget-content'> <div class='blogger'> <a href='https://www.blogger.com' rel='nofollow'> <svg class='svg-icon-24'> <use xlink:href='/responsive/sprite_v1_6.css.svg#ic_post_blogger_black_24dp' xmlns:xlink='http://www.w3.org/1999/xlink'></use> </svg> 技術提供&#65306;Blogger </a> </div> <div class='image-attribution'> 主題圖片來源&#65306;<a href="http://www.offset.com/photos/394244">Michael Elkan</a> </div> </div> </div></footer> </div> </div> </div> <aside class='sidebar-container container sidebar-invisible' role='complementary'> <div class='navigation'> <button class='svg-icon-24-button flat-icon-button ripple sidebar-back'> <svg class='svg-icon-24'> <use xlink:href='/responsive/sprite_v1_6.css.svg#ic_arrow_back_black_24dp' xmlns:xlink='http://www.w3.org/1999/xlink'></use> </svg> </button> </div> <div class='sidebar_top_wrapper'> <div class='sidebar_top section' id='sidebar_top' name='側欄 (頂端)'><div class='widget Profile' data-version='2' id='Profile1'> <div class='wrapper solo'> <div class='widget-content individual'> <a href='https://www.blogger.com/profile/13908946785733249057' rel='nofollow'> <div class='default-avatar-wrapper'> <svg class='svg-icon-24 avatar-icon'> <use xlink:href='/responsive/sprite_v1_6.css.svg#ic_person_black_24dp' xmlns:xlink='http://www.w3.org/1999/xlink'></use> </svg> </div> </a> <div class='profile-info'> <dl class='profile-datablock'> <dt class='profile-data'> <a class='profile-link g-profile' href='https://www.blogger.com/profile/13908946785733249057' rel='author nofollow'> Timons </a> </dt> </dl> <a class='profile-link visit-profile pill-button' href='https://www.blogger.com/profile/13908946785733249057' rel='author'> 瀏覽簡介 </a> </div> </div> </div> </div></div> </div> <div class='sidebar_bottom section' id='sidebar_bottom' name='側欄 (底部)'><div class='widget BlogArchive' data-version='2' id='BlogArchive1'> <details class='collapsible extendable'> <summary> <div class='collapsible-title'> <h3 class='title'> 封存 </h3> <svg class='svg-icon-24 chevron-down'> <use xlink:href='/responsive/sprite_v1_6.css.svg#ic_expand_more_black_24dp' xmlns:xlink='http://www.w3.org/1999/xlink'></use> </svg> <svg class='svg-icon-24 chevron-up'> <use xlink:href='/responsive/sprite_v1_6.css.svg#ic_expand_less_black_24dp' xmlns:xlink='http://www.w3.org/1999/xlink'></use> </svg> </div> </summary> <div class='widget-content'> <div id='ArchiveList'> <div id='BlogArchive1_ArchiveList'> <div class='first-items'> <ul class='hierarchy'> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2022/'> 2022 <span class='post-count'>1</span> </a> </div> <div class='hierarchy-content'> <ul class='hierarchy'> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2022/12/'> 12月 <span class='post-count'>1</span> </a> </div> <div class='hierarchy-content'> </div> </li> </ul> </div> </li> </ul> </div> <div class='remaining-items'> <ul class='hierarchy'> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2020/'> 2020 <span class='post-count'>1</span> </a> </div> <div class='hierarchy-content'> <ul class='hierarchy'> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2020/03/'> 3月 <span class='post-count'>1</span> </a> </div> <div class='hierarchy-content'> </div> </li> </ul> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2019/'> 2019 <span class='post-count'>2</span> </a> </div> <div class='hierarchy-content'> <ul class='hierarchy'> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2019/03/'> 3月 <span class='post-count'>2</span> </a> </div> <div class='hierarchy-content'> </div> </li> </ul> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2017/'> 2017 <span class='post-count'>4</span> </a> </div> <div class='hierarchy-content'> <ul class='hierarchy'> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2017/12/'> 12月 <span class='post-count'>1</span> </a> </div> <div class='hierarchy-content'> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2017/08/'> 8月 <span class='post-count'>1</span> </a> </div> <div class='hierarchy-content'> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2017/03/'> 3月 <span class='post-count'>1</span> </a> </div> <div class='hierarchy-content'> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2017/02/'> 2月 <span class='post-count'>1</span> </a> </div> <div class='hierarchy-content'> </div> </li> </ul> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2016/'> 2016 <span class='post-count'>2</span> </a> </div> <div class='hierarchy-content'> <ul class='hierarchy'> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2016/09/'> 9月 <span class='post-count'>1</span> </a> </div> <div class='hierarchy-content'> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2016/07/'> 7月 <span class='post-count'>1</span> </a> </div> <div class='hierarchy-content'> </div> </li> </ul> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2015/'> 2015 <span class='post-count'>2</span> </a> </div> <div class='hierarchy-content'> <ul class='hierarchy'> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2015/06/'> 6月 <span class='post-count'>1</span> </a> </div> <div class='hierarchy-content'> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2015/05/'> 5月 <span class='post-count'>1</span> </a> </div> <div class='hierarchy-content'> </div> </li> </ul> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2014/'> 2014 <span class='post-count'>12</span> </a> </div> <div class='hierarchy-content'> <ul class='hierarchy'> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2014/12/'> 12月 <span class='post-count'>1</span> </a> </div> <div class='hierarchy-content'> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2014/10/'> 10月 <span class='post-count'>2</span> </a> </div> <div class='hierarchy-content'> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2014/09/'> 9月 <span class='post-count'>2</span> </a> </div> <div class='hierarchy-content'> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2014/07/'> 7月 <span class='post-count'>1</span> </a> </div> <div class='hierarchy-content'> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2014/06/'> 6月 <span class='post-count'>2</span> </a> </div> <div class='hierarchy-content'> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2014/04/'> 4月 <span class='post-count'>3</span> </a> </div> <div class='hierarchy-content'> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2014/03/'> 3月 <span class='post-count'>1</span> </a> </div> <div class='hierarchy-content'> </div> </li> </ul> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2011/'> 2011 <span class='post-count'>1</span> </a> </div> <div class='hierarchy-content'> <ul class='hierarchy'> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2011/05/'> 5月 <span class='post-count'>1</span> </a> </div> <div class='hierarchy-content'> </div> </li> </ul> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2010/'> 2010 <span class='post-count'>8</span> </a> </div> <div class='hierarchy-content'> <ul class='hierarchy'> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2010/05/'> 5月 <span class='post-count'>1</span> </a> </div> <div class='hierarchy-content'> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2010/04/'> 4月 <span class='post-count'>3</span> </a> </div> <div class='hierarchy-content'> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2010/01/'> 1月 <span class='post-count'>4</span> </a> </div> <div class='hierarchy-content'> </div> </li> </ul> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2009/'> 2009 <span class='post-count'>1</span> </a> </div> <div class='hierarchy-content'> <ul class='hierarchy'> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2009/12/'> 12月 <span class='post-count'>1</span> </a> </div> <div class='hierarchy-content'> </div> </li> </ul> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2008/'> 2008 <span class='post-count'>18</span> </a> </div> <div class='hierarchy-content'> <ul class='hierarchy'> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2008/11/'> 11月 <span class='post-count'>9</span> </a> </div> <div class='hierarchy-content'> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2008/10/'> 10月 <span class='post-count'>5</span> </a> </div> <div class='hierarchy-content'> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2008/09/'> 9月 <span class='post-count'>3</span> </a> </div> <div class='hierarchy-content'> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2008/07/'> 7月 <span class='post-count'>1</span> </a> </div> <div class='hierarchy-content'> </div> </li> </ul> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2007/'> 2007 <span class='post-count'>62</span> </a> </div> <div class='hierarchy-content'> <ul class='hierarchy'> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2007/09/'> 9月 <span class='post-count'>13</span> </a> </div> <div class='hierarchy-content'> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2007/06/'> 6月 <span class='post-count'>1</span> </a> </div> <div class='hierarchy-content'> <ul class='posts hierarchy'> <li> <a href='https://timonshuang-volley.blogspot.com/2007/06/html.html'>HTML語法大全</a> </li> </ul> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2007/05/'> 5月 <span class='post-count'>4</span> </a> </div> <div class='hierarchy-content'> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2007/04/'> 4月 <span class='post-count'>15</span> </a> </div> <div class='hierarchy-content'> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2007/03/'> 3月 <span class='post-count'>22</span> </a> </div> <div class='hierarchy-content'> </div> </li> <li class='archivedate'> <div class='hierarchy-title'> <a class='post-count-link' href='https://timonshuang-volley.blogspot.com/2007/02/'> 2月 <span class='post-count'>7</span> </a> </div> <div class='hierarchy-content'> </div> </li> </ul> </div> </li> </ul> </div> <span class='show-more pill-button'>顯示更多</span> <span class='show-less hidden pill-button'>顯示較少</span> </div> </div> </div> </details> </div><div class='widget Label' data-version='2' id='Label1'> <details class='collapsible extendable'> <summary> <div class='collapsible-title'> <h3 class='title'> 標籤 </h3> <svg class='svg-icon-24 chevron-down'> <use xlink:href='/responsive/sprite_v1_6.css.svg#ic_expand_more_black_24dp' xmlns:xlink='http://www.w3.org/1999/xlink'></use> </svg> <svg class='svg-icon-24 chevron-up'> <use xlink:href='/responsive/sprite_v1_6.css.svg#ic_expand_less_black_24dp' xmlns:xlink='http://www.w3.org/1999/xlink'></use> </svg> </div> </summary> <div class='widget-content list-label-widget-content'> <div class='first-items'> <ul> <li><a class='label-name' href='https://timonshuang-volley.blogspot.com/search/label/%E7%B3%BB%E7%B5%B1'>系統</a></li> <li><a class='label-name' href='https://timonshuang-volley.blogspot.com/search/label/%E6%95%99%E5%AD%B8'>教學</a></li> <li><a class='label-name' href='https://timonshuang-volley.blogspot.com/search/label/%E7%B6%B2%E8%B7%AF'>網路</a></li> <li><a class='label-name' href='https://timonshuang-volley.blogspot.com/search/label/%E9%8C%AF%E8%AA%A4%E8%A8%8A%E6%81%AF'>錯誤訊息</a></li> <li><a class='label-name' href='https://timonshuang-volley.blogspot.com/search/label/Asp.net'>Asp.net</a></li> <li><a class='label-name' href='https://timonshuang-volley.blogspot.com/search/label/CSS'>CSS</a></li> <li><a class='label-name' href='https://timonshuang-volley.blogspot.com/search/label/fullcalendar'>fullcalendar</a></li> <li><a class='label-name' href='https://timonshuang-volley.blogspot.com/search/label/HTML'>HTML</a></li> <li><a class='label-name' href='https://timonshuang-volley.blogspot.com/search/label/JavaScript'>JavaScript</a></li> <li><a class='label-name' href='https://timonshuang-volley.blogspot.com/search/label/jquery'>jquery</a></li> </ul> </div> <div class='remaining-items'> <ul> <li><a class='label-name' href='https://timonshuang-volley.blogspot.com/search/label/SQL'>SQL</a></li> <li><a class='label-name' href='https://timonshuang-volley.blogspot.com/search/label/VB.net%E5%87%BD%E6%95%B8'>VB.net函數</a></li> </ul> </div> <span class='show-more pill-button'>顯示更多</span> <span class='show-less hidden pill-button'>顯示較少</span> </div> </details> </div><div class='widget ReportAbuse' data-version='2' id='ReportAbuse1'> <h3 class='title'> <a class='report_abuse' href='https://www.blogger.com/go/report-abuse' rel='noopener nofollow' target='_blank'> 檢舉濫用情形 </a> </h3> </div> </div> </aside> <script type="text/javascript" src="https://resources.blogblog.com/blogblog/data/res/951766272-indie_compiled.js" async="true"></script> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/91768132-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY5bpmv2CFwajvnp4cFqQMXSqcum6Q:1737176980680';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d4845814312435353697','//timonshuang-volley.blogspot.com/2007/06/html.html','4845814312435353697'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '4845814312435353697', 'title': 'Timons\u958b\u767c\u7b46\u8a18', 'url': 'https://timonshuang-volley.blogspot.com/2007/06/html.html', 'canonicalUrl': 'http://timonshuang-volley.blogspot.com/2007/06/html.html', 'homepageUrl': 'https://timonshuang-volley.blogspot.com/', 'searchUrl': 'https://timonshuang-volley.blogspot.com/search', 'canonicalHomepageUrl': 'http://timonshuang-volley.blogspot.com/', 'blogspotFaviconUrl': 'https://timonshuang-volley.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'zh-TW', 'localeUnderscoreDelimited': 'zh_tw', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Timons\u958b\u767c\u7b46\u8a18 - Atom\x22 href\x3d\x22https://timonshuang-volley.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22Timons\u958b\u767c\u7b46\u8a18 - RSS\x22 href\x3d\x22https://timonshuang-volley.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Timons\u958b\u767c\u7b46\u8a18 - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/4845814312435353697/posts/default\x22 /\x3e\n\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Timons\u958b\u767c\u7b46\u8a18 - Atom\x22 href\x3d\x22https://timonshuang-volley.blogspot.com/feeds/1151539962727749519/comments/default\x22 /\x3e\n', 'meTag': '', 'adsenseClientId': 'ca-pub-9661557100069130', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/d2c988fc3a56b1b1', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': '\u53d6\u5f97\u9023\u7d50', 'key': 'link', 'shareMessage': '\u53d6\u5f97\u9023\u7d50', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': '\u5206\u4eab\u5230 Facebook', 'target': 'facebook'}, {'name': 'BlogThis\uff01', 'key': 'blogThis', 'shareMessage': 'BlogThis\uff01', 'target': 'blog'}, {'name': 'X', 'key': 'twitter', 'shareMessage': '\u5206\u4eab\u5230 X', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': '\u5206\u4eab\u5230 Pinterest', 'target': 'pinterest'}, {'name': '\u4ee5\u96fb\u5b50\u90f5\u4ef6\u50b3\u9001', 'key': 'email', 'shareMessage': '\u4ee5\u96fb\u5b50\u90f5\u4ef6\u50b3\u9001', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27zh_TW\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': '\u95b1\u8b80\u5b8c\u6574\u5167\u5bb9', 'pageType': 'item', 'postId': '1151539962727749519', 'postImageUrl': '\u5716\u7247\u4f4d\u5740', 'pageName': 'HTML\u8a9e\u6cd5\u5927\u5168', 'pageTitle': 'Timons\u958b\u767c\u7b46\u8a18: HTML\u8a9e\u6cd5\u5927\u5168'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': '\u7de8\u8f2f', 'linkCopiedToClipboard': '\u5df2\u5c07\u9023\u7d50\u8907\u88fd\u5230\u526a\u8cbc\u7c3f\uff01', 'ok': '\u78ba\u5b9a', 'postLink': '\u6587\u7ae0\u9023\u7d50'}}, {'name': 'template', 'data': {'name': 'Contempo', 'localizedName': 'Contempo', 'isResponsive': true, 'isAlternateRendering': false, 'isCustom': false, 'variant': 'indie_light', 'variantId': 'indie_light'}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'HTML\u8a9e\u6cd5\u5927\u5168', 'description': '\u6a19\u7c64 , \u5c6c\u6027\u540d\u7a31 , \u7c21\u4ecb \u8a3b\u89e3 \u8dd1\u99ac\u71c8 ... \u666e\u901a\u6372\u52d5 ... \u6ed1\u52d5 ... \u9810\u8a2d\u6372\u52d5 ... \u4f86\u56de\u6372\u52d5 ... \u5411\u4e0b\u6372\u52d5 ... \u5411\u4e0a\u6372\u52d5 \u5411\u53f3\u6372\u52d5 \u5411\u5de6\u6372\u52d5 ... \u6372\u52d5\u6b21\u6578 ... \u8a2d\u5b9a\u5bec\u5ea6 ... \u8a2d\u5b9a\u9ad8\u5ea6 ... \u8a2d\u5b9a\u80cc\u666f\u984f\u8272 ......', 'featuredImage': 'https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_vbYHWmvwZeVzdg0HkKTWuycKzCBlHHvFQh5dP3zplW8F1JMjln8GkljoE-ot31T3WW0AO6', 'url': 'https://timonshuang-volley.blogspot.com/2007/06/html.html', 'type': 'item', 'isSingleItem': true, 'isMultipleItems': false, 'isError': false, 'isPage': false, 'isPost': true, 'isHomepage': false, 'isArchive': false, 'isLabelSearch': false, 'postId': 1151539962727749519}}, {'name': 'widgets', 'data': [{'title': '\u641c\u5c0b\u6b64\u7db2\u8a8c', 'type': 'BlogSearch', 'sectionId': 'search_top', 'id': 'BlogSearch1'}, {'title': 'Timons\u958b\u767c\u7b46\u8a18 (\u6a19\u982d)', 'type': 'Header', 'sectionId': 'header', 'id': 'Header1'}, {'title': '', 'type': 'BlogArchive', 'sectionId': 'sidebar_bottom', 'id': 'BlogArchive1'}, {'title': '\u6a19\u7c64', 'type': 'Label', 'sectionId': 'sidebar_bottom', 'id': 'Label1'}, {'title': '', 'type': 'ReportAbuse', 'sectionId': 'sidebar_bottom', 'id': 'ReportAbuse1'}, {'title': '', 'type': 'FeaturedPost', 'sectionId': 'page_body', 'id': 'FeaturedPost1', 'postId': '5765137272877627647'}, {'title': '\u7db2\u8a8c\u6587\u7ae0', 'type': 'Blog', 'sectionId': 'page_body', 'id': 'Blog1', 'posts': [{'id': '1151539962727749519', 'title': 'HTML\u8a9e\u6cd5\u5927\u5168', 'featuredImage': 'https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_vbYHWmvwZeVzdg0HkKTWuycKzCBlHHvFQh5dP3zplW8F1JMjln8GkljoE-ot31T3WW0AO6', 'showInlineAds': false}], 'headerByline': {'regionName': 'header1', 'items': [{'name': 'share', 'label': ''}, {'name': 'timestamp', 'label': ''}]}, 'footerBylines': [{'regionName': 'footer1', 'items': [{'name': 'comments', 'label': '\u610f\u898b'}, {'name': 'icons', 'label': ''}]}, {'regionName': 'footer2', 'items': [{'name': 'labels', 'label': ''}]}, {'regionName': 'footer3', 'items': [{'name': 'location', 'label': '\u4f4d\u7f6e\uff1a'}]}], 'allBylineItems': [{'name': 'share', 'label': ''}, {'name': 'timestamp', 'label': ''}, {'name': 'comments', 'label': '\u610f\u898b'}, {'name': 'icons', 'label': ''}, {'name': 'labels', 'label': ''}, {'name': 'location', 'label': '\u4f4d\u7f6e\uff1a'}]}, {'title': '', 'type': 'PopularPosts', 'sectionId': 'page_body', 'id': 'PopularPosts1', 'posts': [{'title': '\u5617\u8a66\u5378\u8f09\u8cc7\u6599\u5eab\u6642\uff0c\u767c\u751f\u8cc7\u6599\u5eab\u6b63\u5728\u4f7f\u7528\u7684\u800c\u7121\u6cd5\u5378\u8f09\u7684\u53ef\u80fd\u89e3\u6c7a\u65b9\u6848', 'id': 2675731612224268366}, {'title': 'PMP\u5e38\u7528\u7684\u82f1\u6587\u55ae\u5b57', 'id': 7583809900178034373}, {'title': '[asp.net]\u767c\u751f-\u7269\u4ef6\u5fc5\u9808\u5be6\u4f5c IConvertible \u4e4bdebug', 'id': 1840855688489059610}]}, {'type': 'Attribution', 'sectionId': 'footer', 'id': 'Attribution1'}, {'title': '\u95dc\u65bc\u6211\u81ea\u5df1', 'type': 'Profile', 'sectionId': 'sidebar_top', 'id': 'Profile1'}]}]); _WidgetManager._RegisterWidget('_BlogSearchView', new _WidgetInfo('BlogSearch1', 'search_top', document.getElementById('BlogSearch1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'sidebar_bottom', document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': '\u8f09\u5165\u4e2d\x26hellip;'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LabelView', new _WidgetInfo('Label1', 'sidebar_bottom', document.getElementById('Label1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ReportAbuseView', new _WidgetInfo('ReportAbuse1', 'sidebar_bottom', document.getElementById('ReportAbuse1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FeaturedPostView', new _WidgetInfo('FeaturedPost1', 'page_body', document.getElementById('FeaturedPost1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'page_body', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/1129763226-lbx__zh_tw.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/1964470060-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_PopularPostsView', new _WidgetInfo('PopularPosts1', 'page_body', document.getElementById('PopularPosts1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AttributionView', new _WidgetInfo('Attribution1', 'footer', document.getElementById('Attribution1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile1', 'sidebar_top', document.getElementById('Profile1'), {}, 'displayModeFull')); </script> </body> </html>