\nThis is scrolling of the text...<\/marquee>\n<\/body>\n<\/html><\/pre>\n

    HTML Marquee 標籤的屬性<\/h3>\n

    以下是支援的屬性標籤。 <\/marquee><\/p>\n
      \n
    1. \nbehavior:<\/strong>捲動文字的動作,可以是其中一個值,包括alternate、scroll、slide。 <\/li>\n
    2. \nbgcolor:<\/strong>它提供背景顏色。 <\/li>\n
    3. \ndirection:<\/strong> 指定文字捲動的方向,有左、右、上、下值。預設方向值為左。 <\/li>\n
    4. \n高度:<\/strong>它定義了選取框的高度。 <\/li>\n
    5. \nhspace:<\/strong> 此屬性提供選取框元素周圍的水平空間。 <\/li>\n
    6. \nloop:<\/strong> 它定義文字可以捲動多少次。如果預設值為-1,選取框將連續(xù)循環(huán)。 <\/li>\n
    7. \nscrollmount:<\/strong> 指定每個間隔的滾動量。如果沒有定義scrollamount,則預設值為6。 <\/li>\n
    8. \nscrolldelay:<\/strong> 它給出滾動延遲(以毫秒為單位)。如果沒有定義scrollamount,則預設值為6。 <\/li>\n
    9. \ntruespeed:<\/strong>用來表示scrolldelay值為60。 <\/li>\n
    10. \nvspace:<\/strong> 此屬性提供選取框元素周圍的垂直空間。 <\/li>\n
    11. \n寬度:<\/strong>它定義選取框的寬度。 <\/li>\n<\/ol>\n

      HTML Marquee 標籤範例<\/h3>\n

      以下是 HTML marquee 標籤的範例:<\/p>\n

      範例 #1 – 選框左側<\/h4>\n

      這種類型的選取框可用於從左側移動內容。 <\/p>\n

      代碼:<\/strong><\/p>\n

      \n\n\nLeft Marquee<\/title>\n<style>\n.mrq_class {\ntext-align:center;\n}\n.marq_class1 {\npadding-top:25px;\npadding-bottom:25px;\n}\n.txt {\nfont-size:30px;\nfont-weight:italic;\ncolor:white;\npadding-bottom:10px;\n}\n<\/style>\n<\/head>\n<body>
      <h1><a href="http://www.miracleart.cn/">国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂</a></h1>\n<div   id="377j5v51b"   class = \"mrq_class\">\n<marquee class=\"marq_class1\" bgcolor = \"grey\" direction = \"left\" loop=\"\" >\n<div   id="377j5v51b"   class=\"txt\">Welcome to EDUCBA...<\/div>\n<div>EDUCBA is a leading global provider of skill based education addressing the needs 500,000+ members across 40+ Countries.<\/div>\n<\/marquee>\n<\/div>\n<\/body>\n<\/html><\/pre>\n<p><strong>輸出:<\/strong><\/p>\n<ul>\n<li>將以上程式碼儲存在副檔名為.html的檔案中<\/li>\n<li>在瀏覽器中執(zhí)行 HTML 文件,您將得到如下圖所示的輸出<\/li>\n<\/ul>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543818856305.jpg\" alt=\"HTML 字幕標籤\" ><\/p>\n<h4>範例 #2 – 右側選框<\/h4>\n<p>這種類型的選取框可用於將內容移至右側。 <\/p>\n<p><strong>代碼:<\/strong><\/p>\n<pre><!DOCTYPE html>\n<html>\n<head>\n<title>Right Marquee<\/title>\n<style>\n.mrq_class {\ntext-align:center;\n}\n.marq_class1 {\npadding-top:25px;\npadding-bottom:25px;\n}\n.txt {\nfont-size:30px;\nfont-weight:italic;\ncolor:white;\npadding-bottom:10px;\n}\n<\/style>\n<\/head>\n<body>\n<div   id="377j5v51b"   class = \"mrq_class\">\n<marquee class=\"marq_class1\" bgcolor = \"grey\" direction = \"right\" loop=\"\" >\n<div   id="377j5v51b"   class=\"txt\">Welcome to EDUCBA...<\/div>\n<div>EDUCBA is a leading global provider of skill based education addressing the needs 500,000+ members across 40+ Countries.<\/div>\n<\/marquee>\n<\/div>\n<\/body>\n<\/html><\/pre>\n<p><strong>輸出:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543819266646.jpg\" alt=\"HTML 字幕標籤\" ><\/p>\n<h4>範例 #3 – 選框向上<\/h4>\n<p>這種類型的選取框可用來將內容移至上方。 <\/p>\n<p><strong>代碼:<\/strong><\/p>\n<pre><!DOCTYPE html>\n<html>\n<head>\n<title>Up Marquee<\/title>\n<style>\n.mrq_class {\ntext-align:center;\n}\n.marq_class1 {\npadding-top:25px;\npadding-bottom:25px;\n}\n.txt {\nfont-size:30px;\nfont-weight:italic;\ncolor:white;\npadding-bottom:10px;\n}\n<\/style>\n<\/head>\n<body>\n<div   id="377j5v51b"   class = \"mrq_class\">\n<marquee class=\"marq_class1\" bgcolor = \"grey\" direction = \"up\" loop=\"\" >\n<div   id="377j5v51b"   class=\"txt\">Welcome to EDUCBA...<\/div>\n<div>EDUCBA is a leading global provider of skill based education addressing the needs 500,000+ members across 40+ Countries.<\/div>\n<\/marquee>\n<\/div>\n<\/body>\n<\/html><\/pre>\n<p><strong>輸出:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543819599962.jpg\" alt=\"HTML 字幕標籤\" ><\/p>\n<h4>範例 #4 – 字幕向下<\/h4>\n<p>這種類型的選取框可用於將內容移至下方。 <\/p>\n<p><strong>代碼:<\/strong><\/p>\n<pre><!DOCTYPE html>\n<html>\n<head>\n<title>Down Marquee<\/title>\n<style>\n.mrq_class {\ntext-align:center;\n}\n.marq_class1 {\npadding-top:25px;\npadding-bottom:25px;\n}\n.txt {\nfont-size:30px;\nfont-weight:italic;\ncolor:white;\npadding-bottom:10px;\n}\n<\/style>\n<\/head>\n<body>\n<div   id="377j5v51b"   class = \"mrq_class\">\n<marquee class=\"marq_class1\" bgcolor = \"grey\" direction = \"down\" loop=\"\" >\n<div   id="377j5v51b"   class=\"txt\">Welcome to EDUCBA...<\/div>\n<div>EDUCBA is a leading global provider of skill based education addressing the needs 500,000+ members across 40+ Countries.<\/div>\n<\/marquee>\n<\/div>\n<\/body>\n<\/html><\/pre>\n<p><strong>輸出:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543819782728.jpg\" alt=\"HTML 字幕標籤\" ><\/p>\n<h4>範例 #5 – 巢狀選取框<\/h4>\n<p>這種類型的選取框可用於巢狀內容。 <\/p>\n<p><strong>代碼:<\/strong><\/p>\n<pre><!DOCTYPE html>\n<html>\n<head>\n<title>Nested Marquee<\/title>\n<style>\n.mrq_class {\ntext-align:center;\n}\n.marq_class1 {\npadding-top:25px;\npadding-bottom:25px;\n}\n.txt {\nfont-size:30px;\nfont-weight:italic;\ncolor:white;\npadding-bottom:10px;\n}\n<\/style>\n<\/head>\n<body>\n<div   id="377j5v51b"   class = \"mrq_class\">\n<marquee class=\"marq_class1\" bgcolor = \"grey\" direction = \"down\" behavior=\"alternate\" height=\"150\" >\n<marquee behavior=\"alternate\"><div   id="377j5v51b"   class=\"txt\">Welcome to EDUCBA...<\/div><\/marquee>\n<div>EDUCBA is a leading global provider of skill based education addressing the needs 500,000+ members across 40+ Countries.<\/div>\n<\/marquee>\n<\/div>\n<\/body>\n<\/html><\/pre>\n<p><strong>輸出:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543819960331.jpg\" alt=\"HTML 字幕標籤\" ><\/p>\n<h4>範例 #6 – Marquee 的速度比較<\/h4>\n<p>marquee元素的速度可以透過使用scrolldelay屬性來指定。 <\/p>\n\n\n<p><strong>代碼:<\/strong><\/p>\n<pre><!DOCTYPE html>\n<html>\n<head>\n<title>Nested Marquee<\/title>\n<style>\n.marq_class1 {\npadding-top:25px;\npadding-bottom:25px;\n}\n<\/style>\n<\/head>\n<body>\n<marquee class=\"marq_class1\" bgcolor = \"grey\" direction = \"down\" behavior=\"alternate\" height=\"150\" >\n<marquee scrolldelay=\"80\" scrollamount=\"7\">Welcome to EDUCBA...(normal speed)<\/marquee>\n<marquee scrolldelay=\"60\" scrollamount=\"12\" truespeed>Welcome to EDUCBA...(This is very speed)<\/marquee>\n<marquee scrolldelay=\"250\" scrollamount=\"4\">Welcome to EDUCBA...(This is very slow)<\/marquee>\n<\/marquee>\n<\/body>\n<\/html><\/pre>\n<p><strong>輸出:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543820472160.jpg\" alt=\"HTML 字幕標籤\" ><\/p>\n<h4>範例 #7 – Marque 背景顏色與空間<\/h4>\n<p>這種類型的選取框可用來設定選取框元素的背景顏色和空間。 <\/p>\n<p><strong>代碼:<\/strong><\/p>\n<pre><!DOCTYPE html>\n<html>\n<head>\n<title>Marquee Background and Space<\/title>\n<style>\n.mrq_class {\ntext-align:center;\n}\n.marq_class1 {\npadding-top:25px;\npadding-bottom:25px;\n}\n<\/style>\n<\/head>\n<body>\n<div   id="377j5v51b"   class = \"mrq_class\">\n<marquee class=\"marq_class1\"? bgcolor=\"#d9d9ff\" hspace=\"50\" vspace=\"20\">\n<div>EDUCBA is a leading global provider of skill based education addressing the needs 500,000+ members across 40+ Countries.<\/div>\n<\/marquee>\n<\/div>\n<\/body>\n<\/html><\/pre>\n<p><strong>輸出:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543820598964.jpg\" alt=\"HTML 字幕標籤\" ><\/p>\n<h3>結論<\/h3>\n<p>到目前為止,我們已經(jīng)研究瞭如何使用 marquee 標籤在網(wǎng)頁上建立滾動文字。用戶可以輕鬆地在網(wǎng)站上建立水平或垂直滾動文字。該元素已被棄用,將不再使用。為了製作滾動效果,將使用 CSS 或 JavaScript。 <\/p><\/marquee>"}	</script>
      	
      <meta http-equiv="Cache-Control" content="no-transform" />
      <meta http-equiv="Cache-Control" content="no-siteapp" />
      <script>var V_PATH="/";window.onerror=function(){ return true; };</script>
      </head>
      
      <body data-commit-time="2023-12-28T14:50:12+08:00" class="editor_body body2_2">
      	<link rel="stylesheet" type="text/css" href="/static/csshw/stylehw.css">
      <header>
          <div   id="377j5v51b"   class="head">
              <div   id="377j5v51b"   class="haed_left">
                  <div   id="377j5v51b"   class="haed_logo">
                      <a href="http://www.miracleart.cn/zh-tw/" title="" class="haed_logo_a">
                          <img src="/static/imghw/logo.png" alt="" class="haed_logoimg">
                      </a>
                  </div>
                  <div   id="377j5v51b"   class="head_nav">
                      <div   id="377j5v51b"   class="head_navs">
                          <a href="javascript:;" title="社群" class="head_nava head_nava-template1">社群</a>
                          <div   class="377j5v51b"   id="dropdown-template1" style="display: none;">
                              <div   id="377j5v51b"   class="languagechoose">
                                  <a href="http://www.miracleart.cn/zh-tw/article.html" title="文章" class="languagechoosea on">文章</a>
                                  <a href="http://www.miracleart.cn/zh-tw/faq/zt" title="合集" class="languagechoosea">合集</a>
                                  <a href="http://www.miracleart.cn/zh-tw/wenda.html" title="問答" class="languagechoosea">問答</a>
                              </div>
                          </div>
                      </div>
      
                      <div   id="377j5v51b"   class="head_navs">
                          <a href="javascript:;" title="學習" class="head_nava head_nava-template1_1">學習</a>
                          <div   class="377j5v51b"   id="dropdown-template1_1" style="display: none;">
                              <div   id="377j5v51b"   class="languagechoose">
                                  <a href="http://www.miracleart.cn/zh-tw/course.html" title="課程" class="languagechoosea on">課程</a>
                                  <a href="http://www.miracleart.cn/zh-tw/dic/" title="程式設計字典" class="languagechoosea">程式設計字典</a>
                              </div>
                          </div>
                      </div>
      
                      <div   id="377j5v51b"   class="head_navs">
                          <a href="javascript:;" title="工具庫" class="head_nava head_nava-template1_2">工具庫</a>
                          <div   class="377j5v51b"   id="dropdown-template1_2" style="display: none;">
                              <div   id="377j5v51b"   class="languagechoose">
                                  <a href="http://www.miracleart.cn/zh-tw/toolset/development-tools" title="開發(fā)工具" class="languagechoosea on">開發(fā)工具</a>
                                  <a href="http://www.miracleart.cn/zh-tw/toolset/website-source-code" title="網(wǎng)站源碼" class="languagechoosea">網(wǎng)站源碼</a>
                                  <a href="http://www.miracleart.cn/zh-tw/toolset/php-libraries" title="PHP 函式庫" class="languagechoosea">PHP 函式庫</a>
                                  <a href="http://www.miracleart.cn/zh-tw/toolset/js-special-effects" title="JS特效" class="languagechoosea on">JS特效</a>
                                  <a href="http://www.miracleart.cn/zh-tw/toolset/website-materials" title="網(wǎng)站素材" class="languagechoosea on">網(wǎng)站素材</a>
                                  <a href="http://www.miracleart.cn/zh-tw/toolset/extension-plug-ins" title="擴充插件" class="languagechoosea on">擴充插件</a>
                              </div>
                          </div>
                      </div>
      
                      <div   id="377j5v51b"   class="head_navs">
                          <a href="http://www.miracleart.cn/zh-tw/ai" title="AI工具" class="head_nava head_nava-template1_3">AI工具</a>
                      </div>
      
                      <div   id="377j5v51b"   class="head_navs">
                          <a href="javascript:;" title="休閒" class="head_nava head_nava-template1_3">休閒</a>
                          <div   class="377j5v51b"   id="dropdown-template1_3" style="display: none;">
                              <div   id="377j5v51b"   class="languagechoose">
                                  <a href="http://www.miracleart.cn/zh-tw/game" title="遊戲下載" class="languagechoosea on">遊戲下載</a>
                                  <a href="http://www.miracleart.cn/zh-tw/mobile-game-tutorial/" title="遊戲教程" class="languagechoosea">遊戲教程</a>
      
                              </div>
                          </div>
                      </div>
                  </div>
              </div>
                          <div   id="377j5v51b"   class="head_search">
                      <input id="key_words"  onkeydown="if (event.keyCode == 13) searchs('zh-tw')" class="search-input" type="text" autocomplete="off" name="keywords" required="required" placeholder="Block,address,transaction,news" value="">
                      <a href="javascript:;" title="搜尋"  onclick="searchs('zh-tw')"><img src="/static/imghw/find.png" alt="搜尋"></a>
                  </div>
                      <div   id="377j5v51b"   class="head_right">
                  <div   id="377j5v51b"   class="haed_language">
                      <a href="javascript:;" class="layui-btn haed_language_btn">繁體中文<i class="layui-icon layui-icon-triangle-d"></i></a>
                      <div   class="377j5v51b"   id="dropdown-template" style="display: none;">
                          <div   id="377j5v51b"   class="languagechoose">
                                                      <a href="javascript:setlang('zh-cn');" title="簡體中文" class="languagechoosea">簡體中文</a>
                                                      <a href="javascript:setlang('en');" title="English" class="languagechoosea">English</a>
                                                      <a href="javascript:;" title="繁體中文" class="languagechoosea">繁體中文</a>
                                                      <a href="javascript:setlang('ja');" title="日本語" class="languagechoosea">日本語</a>
                                                      <a href="javascript:setlang('ko');" title="???" class="languagechoosea">???</a>
                                                      <a href="javascript:setlang('ms');" title="Melayu" class="languagechoosea">Melayu</a>
                                                      <a href="javascript:setlang('fr');" title="Fran?ais" class="languagechoosea">Fran?ais</a>
                                                      <a href="javascript:setlang('de');" title="Deutsch" class="languagechoosea">Deutsch</a>
                                                  </div>
                      </div>
                  </div>
                  <span id="377j5v51b"    class="head_right_line"></span>
                                  <div style="display: block;" id="login" class="haed_login ">
                          <a href="javascript:;"  title="Login" class="haed_logina ">Login</a>
                      </div>
                      <div style="display: block;" id="reg" class="head_signup login">
                          <a href="javascript:;"  title="singup" class="head_signupa">singup</a>
                      </div>
                  
              </div>
          </div>
      </header>
      
      	
      	<main>
      		<div   id="377j5v51b"   class="Article_Details_main">
      			<div   id="377j5v51b"   class="Article_Details_main1">
      							<div   id="377j5v51b"   class="Article_Details_main1L">
      					<div   id="377j5v51b"   class="Article_Details_main1Lmain" id="Article_Details_main1Lmain">
      						<div   id="377j5v51b"   class="Article_Details_main1L1">目錄</div>
      						<div   id="377j5v51b"   class="Article_Details_main1L2" id="Article_Details_main1L2">
      							<!-- 左側懸浮,文章定位標題1 id="Article_Details_main1L2s_1"-->
      															<div   id="377j5v51b"   class="Article_Details_main1L2s ">
      									<a href="#HTML-Marquee-標籤的屬性" title="HTML Marquee 標籤的屬性" >HTML Marquee 標籤的屬性</a>
      								</div>
      																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
      									<a href="#HTML-Marquee-標籤範例" title="HTML Marquee 標籤範例" >HTML Marquee 標籤範例</a>
      								</div>
      																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
      									<a href="#範例-選框左側" title="範例 #1 – 選框左側" >範例 #1 – 選框左側</a>
      								</div>
      																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
      									<a href="#範例-右側選框" title="範例 #2 – 右側選框" >範例 #2 – 右側選框</a>
      								</div>
      																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
      									<a href="#範例-選框向上" title="範例 #3 – 選框向上" >範例 #3 – 選框向上</a>
      								</div>
      																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
      									<a href="#範例-字幕向下" title="範例 #4 – 字幕向下" >範例 #4 – 字幕向下</a>
      								</div>
      																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
      									<a href="#範例-巢狀選取框" title="範例 #5 – 巢狀選取框" >範例 #5 – 巢狀選取框</a>
      								</div>
      																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
      									<a href="#範例-Marquee-的速度比較" title="範例 #6 – Marquee 的速度比較" >範例 #6 – Marquee 的速度比較</a>
      								</div>
      																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
      									<a href="#範例-Marque-背景顏色與空間" title="範例 #7 – Marque 背景顏色與空間" >範例 #7 – Marque 背景顏色與空間</a>
      								</div>
      																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
      									<a href="#結論" title="結論" >結論</a>
      								</div>
      														</div>
      					</div>
      				</div>
      							<div   id="377j5v51b"   class="Article_Details_main1M">
      					<div   id="377j5v51b"   class="phpgenera_Details_mainL1">
      						<a href="http://www.miracleart.cn/zh-tw/" title="首頁"
      							class="phpgenera_Details_mainL1a">首頁</a>
      						<img src="/static/imghw/top_right.png" alt="" />
      												<a href="http://www.miracleart.cn/zh-tw/web-designer.html"
      							class="phpgenera_Details_mainL1a">web前端</a>
      						<img src="/static/imghw/top_right.png" alt="" />
      												<a href="http://www.miracleart.cn/zh-tw/div-tutorial.html"
      							class="phpgenera_Details_mainL1a">html教學</a>
      						<img src="/static/imghw/top_right.png" alt="" />
      						<span>HTML 字幕標籤</span>
      					</div>
      					
      					<div   id="377j5v51b"   class="Articlelist_txts">
      						<div   id="377j5v51b"   class="Articlelist_txts_info">
      							<h1 class="Articlelist_txts_title">HTML 字幕標籤</h1>
      							<div   id="377j5v51b"   class="Articlelist_txts_info_head">
      								<div   id="377j5v51b"   class="author_info">
      									<a href="http://www.miracleart.cn/zh-tw/member/465014.html"  class="author_avatar">
      									<img class="lazy"  data-src="https://img.php.cn/upload/avatar/000/465/014/627b58ba8fa6c600.jpg" src="/static/imghw/default1.png" alt="王林">
      									</a>
      									<div   id="377j5v51b"   class="author_detail">
      																			<a href="http://www.miracleart.cn/zh-tw/member/465014.html" class="author_name">王林</a>
                                      										</div>
      								</div>
                      			</div>
      							<span id="377j5v51b"    class="Articlelist_txts_time">Sep 04, 2024 pm	 04:23 PM</span>
      															<div   id="377j5v51b"   class="Articlelist_txts_infos">
      																			<span id="377j5v51b"    class="Articlelist_txts_infoss on">html</span>
      																			<span id="377j5v51b"    class="Articlelist_txts_infoss ">html5</span>
      																			<span id="377j5v51b"    class="Articlelist_txts_infoss ">HTML Tutorial</span>
      																			<span id="377j5v51b"    class="Articlelist_txts_infoss ">HTML Properties</span>
      																			<span id="377j5v51b"    class="Articlelist_txts_infoss ">HTML tags</span>
      																	</div>
      														
      						</div>
      					</div>
      					<hr />
      					<div   id="377j5v51b"   class="article_main php-article">
      						<div   id="377j5v51b"   class="article-list-left detail-content-wrap content">
      						<ins class="adsbygoogle"
      							style="display:block; text-align:center;"
      							data-ad-layout="in-article"
      							data-ad-format="fluid"
      							data-ad-client="ca-pub-5902227090019525"
      							data-ad-slot="3461856641">
      						</ins>
      						
      
      					<p>HTML中的Marquee標籤用於在網(wǎng)頁中的文字或圖像上建立滾動,它允許所有類型的滾動,例如從左到右,從右到左,從上到下和從下到上。 HTML 中該標籤的語法為</p>
      <marquee direction="”up”" height="”150″" width="”250″" bgcolor="”white”">這是文字的捲動…,其中“marquee”標籤用於描述所需滾動的屬性。其他一些常用的選取框屬性有behavior、hspace、scrollamount、scrolldelay、truespeed、vspace 等
      
      
      
      
      
      
      
      
      <p><strong>文法:</strong></p>
      <p>選取框可以透過使用來使用元素。文法可以寫成如下圖:</p>
      
      
      <pre class="brush:php;toolbar:false"><html>
      <body>
      <marquee direction="up" height="150" width="250" bgcolor="white">This is scrolling of the text...</marquee>
      </body>
      </html></pre>
      <h3 id="HTML-Marquee-標籤的屬性">HTML Marquee 標籤的屬性</h3>
      <p>以下是<marquee>支援的屬性標籤。 </marquee></p>
      <ol>
      <li>
      <strong>behavior:</strong>捲動文字的動作,可以是其中一個值,包括alternate、scroll、slide。 </li>
      <li>
      <strong>bgcolor:</strong>它提供背景顏色。 </li>
      <li>
      <strong>direction:</strong> 指定文字捲動的方向,有左、右、上、下值。預設方向值為左。 </li>
      <li>
      <strong>高度:</strong>它定義了選取框的高度。 </li>
      <li>
      <strong>hspace:</strong> 此屬性提供選取框元素周圍的水平空間。 </li>
      <li>
      <strong>loop:</strong> 它定義文字可以捲動多少次。如果預設值為-1,選取框將連續(xù)循環(huán)。 </li>
      <li>
      <strong>scrollmount:</strong> 指定每個間隔的滾動量。如果沒有定義scrollamount,則預設值為6。 </li>
      <li>
      <strong>scrolldelay:</strong> 它給出滾動延遲(以毫秒為單位)。如果沒有定義scrollamount,則預設值為6。 </li>
      <li>
      <strong>truespeed:</strong>用來表示scrolldelay值為60。 </li>
      <li>
      <strong>vspace:</strong> 此屬性提供選取框元素周圍的垂直空間。 </li>
      <li>
      <strong>寬度:</strong>它定義選取框的寬度。 </li>
      </ol>
      <h3 id="HTML-Marquee-標籤範例">HTML Marquee 標籤範例</h3>
      <p>以下是 HTML marquee 標籤的範例:</p>
      <h4 id="範例-選框左側">範例 #1 – 選框左側</h4>
      <p>這種類型的選取框可用於從左側移動內容。 </p>
      <p><strong>代碼:</strong></p>
      <pre class="brush:php;toolbar:false"><!DOCTYPE html>
      <html>
      <head>
      <title>Left Marquee</title>
      <style>
      .mrq_class {
      text-align:center;
      }
      .marq_class1 {
      padding-top:25px;
      padding-bottom:25px;
      }
      .txt {
      font-size:30px;
      font-weight:italic;
      color:white;
      padding-bottom:10px;
      }
      </style>
      </head>
      <body>
      <div class = "mrq_class">
      <marquee class="marq_class1" bgcolor = "grey" direction = "left" loop="" >
      <div class="txt">Welcome to EDUCBA...</div>
      <div>EDUCBA is a leading global provider of skill based education addressing the needs 500,000+ members across 40+ Countries.</div>
      </marquee>
      </div>
      </body>
      </html></pre>
      <p><strong>輸出:</strong></p>
      <ul>
      <li>將以上程式碼儲存在副檔名為.html的檔案中</li>
      <li>在瀏覽器中執(zhí)行 HTML 文件,您將得到如下圖所示的輸出</li>
      </ul>
      <p><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543818856305.jpg" class="lazy" alt="HTML 字幕標籤" ></p>
      <h4 id="範例-右側選框">範例 #2 – 右側選框</h4>
      <p>這種類型的選取框可用於將內容移至右側。 </p>
      <p><strong>代碼:</strong></p>
      <pre class="brush:php;toolbar:false"><!DOCTYPE html>
      <html>
      <head>
      <title>Right Marquee</title>
      <style>
      .mrq_class {
      text-align:center;
      }
      .marq_class1 {
      padding-top:25px;
      padding-bottom:25px;
      }
      .txt {
      font-size:30px;
      font-weight:italic;
      color:white;
      padding-bottom:10px;
      }
      </style>
      </head>
      <body>
      <div class = "mrq_class">
      <marquee class="marq_class1" bgcolor = "grey" direction = "right" loop="" >
      <div class="txt">Welcome to EDUCBA...</div>
      <div>EDUCBA is a leading global provider of skill based education addressing the needs 500,000+ members across 40+ Countries.</div>
      </marquee>
      </div>
      </body>
      </html></pre>
      <p><strong>輸出:</strong></p>
      <p><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543819266646.jpg" class="lazy" alt="HTML 字幕標籤" ></p>
      <h4 id="範例-選框向上">範例 #3 – 選框向上</h4>
      <p>這種類型的選取框可用來將內容移至上方。 </p>
      <p><strong>代碼:</strong></p>
      <pre class="brush:php;toolbar:false"><!DOCTYPE html>
      <html>
      <head>
      <title>Up Marquee</title>
      <style>
      .mrq_class {
      text-align:center;
      }
      .marq_class1 {
      padding-top:25px;
      padding-bottom:25px;
      }
      .txt {
      font-size:30px;
      font-weight:italic;
      color:white;
      padding-bottom:10px;
      }
      </style>
      </head>
      <body>
      <div class = "mrq_class">
      <marquee class="marq_class1" bgcolor = "grey" direction = "up" loop="" >
      <div class="txt">Welcome to EDUCBA...</div>
      <div>EDUCBA is a leading global provider of skill based education addressing the needs 500,000+ members across 40+ Countries.</div>
      </marquee>
      </div>
      </body>
      </html></pre>
      <p><strong>輸出:</strong></p>
      <p><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543819599962.jpg" class="lazy" alt="HTML 字幕標籤" ></p>
      <h4 id="範例-字幕向下">範例 #4 – 字幕向下</h4>
      <p>這種類型的選取框可用於將內容移至下方。 </p>
      <p><strong>代碼:</strong></p>
      <pre class="brush:php;toolbar:false"><!DOCTYPE html>
      <html>
      <head>
      <title>Down Marquee</title>
      <style>
      .mrq_class {
      text-align:center;
      }
      .marq_class1 {
      padding-top:25px;
      padding-bottom:25px;
      }
      .txt {
      font-size:30px;
      font-weight:italic;
      color:white;
      padding-bottom:10px;
      }
      </style>
      </head>
      <body>
      <div class = "mrq_class">
      <marquee class="marq_class1" bgcolor = "grey" direction = "down" loop="" >
      <div class="txt">Welcome to EDUCBA...</div>
      <div>EDUCBA is a leading global provider of skill based education addressing the needs 500,000+ members across 40+ Countries.</div>
      </marquee>
      </div>
      </body>
      </html></pre>
      <p><strong>輸出:</strong></p>
      <p><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543819782728.jpg" class="lazy" alt="HTML 字幕標籤" ></p>
      <h4 id="範例-巢狀選取框">範例 #5 – 巢狀選取框</h4>
      <p>這種類型的選取框可用於巢狀內容。 </p>
      <p><strong>代碼:</strong></p>
      <pre class="brush:php;toolbar:false"><!DOCTYPE html>
      <html>
      <head>
      <title>Nested Marquee</title>
      <style>
      .mrq_class {
      text-align:center;
      }
      .marq_class1 {
      padding-top:25px;
      padding-bottom:25px;
      }
      .txt {
      font-size:30px;
      font-weight:italic;
      color:white;
      padding-bottom:10px;
      }
      </style>
      </head>
      <body>
      <div class = "mrq_class">
      <marquee class="marq_class1" bgcolor = "grey" direction = "down" behavior="alternate" height="150" >
      <marquee behavior="alternate"><div class="txt">Welcome to EDUCBA...</div></marquee>
      <div>EDUCBA is a leading global provider of skill based education addressing the needs 500,000+ members across 40+ Countries.</div>
      </marquee>
      </div>
      </body>
      </html></pre>
      <p><strong>輸出:</strong></p>
      <p><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543819960331.jpg" class="lazy" alt="HTML 字幕標籤" ></p>
      <h4 id="範例-Marquee-的速度比較">範例 #6 – Marquee 的速度比較</h4>
      <p>marquee元素的速度可以透過使用scrolldelay屬性來指定。 </p>
      
      
      <p><strong>代碼:</strong></p>
      <pre class="brush:php;toolbar:false"><!DOCTYPE html>
      <html>
      <head>
      <title>Nested Marquee</title>
      <style>
      .marq_class1 {
      padding-top:25px;
      padding-bottom:25px;
      }
      </style>
      </head>
      <body>
      <marquee class="marq_class1" bgcolor = "grey" direction = "down" behavior="alternate" height="150" >
      <marquee scrolldelay="80" scrollamount="7">Welcome to EDUCBA...(normal speed)</marquee>
      <marquee scrolldelay="60" scrollamount="12" truespeed>Welcome to EDUCBA...(This is very speed)</marquee>
      <marquee scrolldelay="250" scrollamount="4">Welcome to EDUCBA...(This is very slow)</marquee>
      </marquee>
      </body>
      </html></pre>
      <p><strong>輸出:</strong></p>
      <p><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543820472160.jpg" class="lazy" alt="HTML 字幕標籤" ></p>
      <h4 id="範例-Marque-背景顏色與空間">範例 #7 – Marque 背景顏色與空間</h4>
      <p>這種類型的選取框可用來設定選取框元素的背景顏色和空間。 </p>
      <p><strong>代碼:</strong></p>
      <pre class="brush:php;toolbar:false"><!DOCTYPE html>
      <html>
      <head>
      <title>Marquee Background and Space</title>
      <style>
      .mrq_class {
      text-align:center;
      }
      .marq_class1 {
      padding-top:25px;
      padding-bottom:25px;
      }
      </style>
      </head>
      <body>
      <div class = "mrq_class">
      <marquee class="marq_class1"? bgcolor="#d9d9ff" hspace="50" vspace="20">
      <div>EDUCBA is a leading global provider of skill based education addressing the needs 500,000+ members across 40+ Countries.</div>
      </marquee>
      </div>
      </body>
      </html></pre>
      <p><strong>輸出:</strong></p>
      <p><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543820598964.jpg" class="lazy" alt="HTML 字幕標籤" ></p>
      <h3 id="結論">結論</h3>
      <p>到目前為止,我們已經(jīng)研究瞭如何使用 marquee 標籤在網(wǎng)頁上建立滾動文字。用戶可以輕鬆地在網(wǎng)站上建立水平或垂直滾動文字。該元素已被棄用,將不再使用。為了製作滾動效果,將使用 CSS 或 JavaScript。 </p></marquee><p>以上是HTML 字幕標籤的詳細內容。更多資訊請關注PHP中文網(wǎng)其他相關文章!</p>
      
      
      						</div>
      					</div>
      					<div   id="377j5v51b"   class="wzconShengming_sp">
      						<div   id="377j5v51b"   class="bzsmdiv_sp">本網(wǎng)站聲明</div>
      						<div>本文內容由網(wǎng)友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發(fā)現(xiàn)涉嫌抄襲或侵權的內容,請聯(lián)絡admin@php.cn</div>
      					</div>
      				</div>
      
      				<ins class="adsbygoogle"
           style="display:block"
           data-ad-format="autorelaxed"
           data-ad-client="ca-pub-5902227090019525"
           data-ad-slot="2507867629"></ins>
      
      
      
      				<div   id="377j5v51b"   class="AI_ToolDetails_main4sR">
      
      
      				<ins class="adsbygoogle"
              style="display:block"
              data-ad-client="ca-pub-5902227090019525"
              data-ad-slot="3653428331"
              data-ad-format="auto"
              data-full-width-responsive="true"></ins>
          
      
      
      					<!-- <div   id="377j5v51b"   class="phpgenera_Details_mainR4">
      						<div   id="377j5v51b"   class="phpmain1_4R_readrank">
      							<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
      								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      									src="/static/imghw/hotarticle2.png" alt="" />
      								<h2>熱門文章</h2>
      							</div>
      							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
      															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
      									<a href="http://www.miracleart.cn/zh-tw/faq/1796821119.html" title="指南:恆星刀片保存文件位置/保存文件丟失/不保存" class="phpgenera_Details_mainR4_bottom_title">指南:恆星刀片保存文件位置/保存文件丟失/不保存</a>
      									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
      										<span>4 週前</span>
      										<span>By DDD</span>
      									</div>
      								</div>
      															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
      									<a href="http://www.miracleart.cn/zh-tw/faq/1796827210.html" title="Oguri Cap Build Guide |漂亮的德比志" class="phpgenera_Details_mainR4_bottom_title">Oguri Cap Build Guide |漂亮的德比志</a>
      									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
      										<span>2 週前</span>
      										<span>By Jack chen</span>
      									</div>
      								</div>
      															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
      									<a href="http://www.miracleart.cn/zh-tw/faq/1796828723.html" title="Agnes Tachyon Build Guide |漂亮的德比志" class="phpgenera_Details_mainR4_bottom_title">Agnes Tachyon Build Guide |漂亮的德比志</a>
      									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
      										<span>2 週前</span>
      										<span>By Jack chen</span>
      									</div>
      								</div>
      															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
      									<a href="http://www.miracleart.cn/zh-tw/faq/1796821436.html" title="沙丘:覺醒 - 高級行星學家Quest演練" class="phpgenera_Details_mainR4_bottom_title">沙丘:覺醒 - 高級行星學家Quest演練</a>
      									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
      										<span>4 週前</span>
      										<span>By Jack chen</span>
      									</div>
      								</div>
      															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
      									<a href="http://www.miracleart.cn/zh-tw/faq/1796821278.html" title="約會一切:德克和哈珀關係指南" class="phpgenera_Details_mainR4_bottom_title">約會一切:德克和哈珀關係指南</a>
      									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
      										<span>4 週前</span>
      										<span>By Jack chen</span>
      									</div>
      								</div>
      														</div>
      							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
      								<a href="http://www.miracleart.cn/zh-tw/article.html">顯示更多</a>
      							</div>
      						</div>
      					</div> -->
      
      
      											<div   id="377j5v51b"   class="phpgenera_Details_mainR3">
      							<div   id="377j5v51b"   class="phpmain1_4R_readrank">
      								<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
      									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      										onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      										src="/static/imghw/hottools2.png" alt="" />
      									<h2>熱AI工具</h2>
      								</div>
      								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_bottom">
      																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
      											<a href="http://www.miracleart.cn/zh-tw/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_top_img">
      												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173410641626608.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Undress AI Tool" />
      											</a>
      											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
      												<a href="http://www.miracleart.cn/zh-tw/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_title">
      													<h3>Undress AI Tool</h3>
      												</a>
      												<p>免費脫衣圖片</p>
      											</div>
      										</div>
      																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
      											<a href="http://www.miracleart.cn/zh-tw/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_top_img">
      												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411540686492.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Undresser.AI Undress" />
      											</a>
      											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
      												<a href="http://www.miracleart.cn/zh-tw/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_title">
      													<h3>Undresser.AI Undress</h3>
      												</a>
      												<p>人工智慧驅動的應用程序,用於創(chuàng)建逼真的裸體照片</p>
      											</div>
      										</div>
      																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
      											<a href="http://www.miracleart.cn/zh-tw/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_top_img">
      												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411552797167.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="AI Clothes Remover" />
      											</a>
      											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
      												<a href="http://www.miracleart.cn/zh-tw/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_title">
      													<h3>AI Clothes Remover</h3>
      												</a>
      												<p>用於從照片中去除衣服的線上人工智慧工具。</p>
      											</div>
      										</div>
      																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
      											<a href="http://www.miracleart.cn/zh-tw/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_top_img">
      												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411529149311.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Clothoff.io" />
      											</a>
      											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
      												<a href="http://www.miracleart.cn/zh-tw/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_title">
      													<h3>Clothoff.io</h3>
      												</a>
      												<p>AI脫衣器</p>
      											</div>
      										</div>
      																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
      											<a href="http://www.miracleart.cn/zh-tw/ai/video-swap" title="Video Face Swap" class="phpmain_tab2_mids_top_img">
      												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173414504068133.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Video Face Swap" />
      											</a>
      											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
      												<a href="http://www.miracleart.cn/zh-tw/ai/video-swap" title="Video Face Swap" class="phpmain_tab2_mids_title">
      													<h3>Video Face Swap</h3>
      												</a>
      												<p>使用我們完全免費的人工智慧換臉工具,輕鬆在任何影片中換臉!</p>
      											</div>
      										</div>
      																</div>
      								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
      									<a href="http://www.miracleart.cn/zh-tw/ai">顯示更多</a>
      								</div>
      							</div>
      						</div>
      					
      
      
      					<div   id="377j5v51b"   class="phpgenera_Details_mainR4">
      						<div   id="377j5v51b"   class="phpmain1_4R_readrank">
      							<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
      								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      									src="/static/imghw/hotarticle2.png" alt="" />
      								<h2>熱門文章</h2>
      							</div>
      							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
      															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
      									<a href="http://www.miracleart.cn/zh-tw/faq/1796821119.html" title="指南:恆星刀片保存文件位置/保存文件丟失/不保存" class="phpgenera_Details_mainR4_bottom_title">指南:恆星刀片保存文件位置/保存文件丟失/不保存</a>
      									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
      										<span>4 週前</span>
      										<span>By DDD</span>
      									</div>
      								</div>
      															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
      									<a href="http://www.miracleart.cn/zh-tw/faq/1796827210.html" title="Oguri Cap Build Guide |漂亮的德比志" class="phpgenera_Details_mainR4_bottom_title">Oguri Cap Build Guide |漂亮的德比志</a>
      									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
      										<span>2 週前</span>
      										<span>By Jack chen</span>
      									</div>
      								</div>
      															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
      									<a href="http://www.miracleart.cn/zh-tw/faq/1796828723.html" title="Agnes Tachyon Build Guide |漂亮的德比志" class="phpgenera_Details_mainR4_bottom_title">Agnes Tachyon Build Guide |漂亮的德比志</a>
      									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
      										<span>2 週前</span>
      										<span>By Jack chen</span>
      									</div>
      								</div>
      															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
      									<a href="http://www.miracleart.cn/zh-tw/faq/1796821436.html" title="沙丘:覺醒 - 高級行星學家Quest演練" class="phpgenera_Details_mainR4_bottom_title">沙丘:覺醒 - 高級行星學家Quest演練</a>
      									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
      										<span>4 週前</span>
      										<span>By Jack chen</span>
      									</div>
      								</div>
      															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
      									<a href="http://www.miracleart.cn/zh-tw/faq/1796821278.html" title="約會一切:德克和哈珀關係指南" class="phpgenera_Details_mainR4_bottom_title">約會一切:德克和哈珀關係指南</a>
      									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
      										<span>4 週前</span>
      										<span>By Jack chen</span>
      									</div>
      								</div>
      														</div>
      							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
      								<a href="http://www.miracleart.cn/zh-tw/article.html">顯示更多</a>
      							</div>
      						</div>
      					</div>
      
      
      											<div   id="377j5v51b"   class="phpgenera_Details_mainR3">
      							<div   id="377j5v51b"   class="phpmain1_4R_readrank">
      								<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
      									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      										onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      										src="/static/imghw/hottools2.png" alt="" />
      									<h2>熱工具</h2>
      								</div>
      								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_bottom">
      																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
      											<a href="http://www.miracleart.cn/zh-tw/toolset/development-tools/92" title="記事本++7.3.1" class="phpmain_tab2_mids_top_img">
      												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58ab96f0f39f7357.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="記事本++7.3.1" />
      											</a>
      											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
      												<a href="http://www.miracleart.cn/zh-tw/toolset/development-tools/92" title="記事本++7.3.1" class="phpmain_tab2_mids_title">
      													<h3>記事本++7.3.1</h3>
      												</a>
      												<p>好用且免費的程式碼編輯器</p>
      											</div>
      										</div>
      																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
      											<a href="http://www.miracleart.cn/zh-tw/toolset/development-tools/93" title="SublimeText3漢化版" class="phpmain_tab2_mids_top_img">
      												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58ab97a3baad9677.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="SublimeText3漢化版" />
      											</a>
      											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
      												<a href="http://www.miracleart.cn/zh-tw/toolset/development-tools/93" title="SublimeText3漢化版" class="phpmain_tab2_mids_title">
      													<h3>SublimeText3漢化版</h3>
      												</a>
      												<p>中文版,非常好用</p>
      											</div>
      										</div>
      																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
      											<a href="http://www.miracleart.cn/zh-tw/toolset/development-tools/121" title="禪工作室 13.0.1" class="phpmain_tab2_mids_top_img">
      												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58ab97ecd1ab2670.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="禪工作室 13.0.1" />
      											</a>
      											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
      												<a href="http://www.miracleart.cn/zh-tw/toolset/development-tools/121" title="禪工作室 13.0.1" class="phpmain_tab2_mids_title">
      													<h3>禪工作室 13.0.1</h3>
      												</a>
      												<p>強大的PHP整合開發(fā)環(huán)境</p>
      											</div>
      										</div>
      																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
      											<a href="http://www.miracleart.cn/zh-tw/toolset/development-tools/469" title="Dreamweaver CS6" class="phpmain_tab2_mids_top_img">
      												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58d0e0fc74683535.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="Dreamweaver CS6" />
      											</a>
      											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
      												<a href="http://www.miracleart.cn/zh-tw/toolset/development-tools/469" title="Dreamweaver CS6" class="phpmain_tab2_mids_title">
      													<h3>Dreamweaver CS6</h3>
      												</a>
      												<p>視覺化網(wǎng)頁開發(fā)工具</p>
      											</div>
      										</div>
      																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
      											<a href="http://www.miracleart.cn/zh-tw/toolset/development-tools/500" title="SublimeText3 Mac版" class="phpmain_tab2_mids_top_img">
      												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58d34035e2757995.png?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="SublimeText3 Mac版" />
      											</a>
      											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
      												<a href="http://www.miracleart.cn/zh-tw/toolset/development-tools/500" title="SublimeText3 Mac版" class="phpmain_tab2_mids_title">
      													<h3>SublimeText3 Mac版</h3>
      												</a>
      												<p>神級程式碼編輯軟體(SublimeText3)</p>
      											</div>
      										</div>
      																	</div>
      								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
      									<a href="http://www.miracleart.cn/zh-tw/ai">顯示更多</a>
      								</div>
      							</div>
      						</div>
      										
      
      					
      					<div   id="377j5v51b"   class="phpgenera_Details_mainR4">
      						<div   id="377j5v51b"   class="phpmain1_4R_readrank">
      							<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
      								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      									src="/static/imghw/hotarticle2.png" alt="" />
      								<h2>熱門話題</h2>
      							</div>
      							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
      															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
      									<a href="http://www.miracleart.cn/zh-tw/faq/gmailyxdlrkzn" title="gmail信箱登陸入口在哪裡" class="phpgenera_Details_mainR4_bottom_title">gmail信箱登陸入口在哪裡</a>
      									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
      										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
      											<img src="/static/imghw/eyess.png" alt="" />
      											<span>8638</span>
      										</div>
      										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
      											<img src="/static/imghw/tiezi.png" alt="" />
      											<span>17</span>
      										</div>
      									</div>
      								</div>
      															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
      									<a href="http://www.miracleart.cn/zh-tw/faq/java-tutorial" title="Java教學" class="phpgenera_Details_mainR4_bottom_title">Java教學</a>
      									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
      										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
      											<img src="/static/imghw/eyess.png" alt="" />
      											<span>1783</span>
      										</div>
      										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
      											<img src="/static/imghw/tiezi.png" alt="" />
      											<span>16</span>
      										</div>
      									</div>
      								</div>
      															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
      									<a href="http://www.miracleart.cn/zh-tw/faq/cakephp-tutor" title="CakePHP 教程" class="phpgenera_Details_mainR4_bottom_title">CakePHP 教程</a>
      									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
      										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
      											<img src="/static/imghw/eyess.png" alt="" />
      											<span>1728</span>
      										</div>
      										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
      											<img src="/static/imghw/tiezi.png" alt="" />
      											<span>56</span>
      										</div>
      									</div>
      								</div>
      															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
      									<a href="http://www.miracleart.cn/zh-tw/faq/laravel-tutori" title="Laravel 教程" class="phpgenera_Details_mainR4_bottom_title">Laravel 教程</a>
      									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
      										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
      											<img src="/static/imghw/eyess.png" alt="" />
      											<span>1579</span>
      										</div>
      										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
      											<img src="/static/imghw/tiezi.png" alt="" />
      											<span>28</span>
      										</div>
      									</div>
      								</div>
      															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
      									<a href="http://www.miracleart.cn/zh-tw/faq/php-tutorial" title="PHP教程" class="phpgenera_Details_mainR4_bottom_title">PHP教程</a>
      									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
      										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
      											<img src="/static/imghw/eyess.png" alt="" />
      											<span>1444</span>
      										</div>
      										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
      											<img src="/static/imghw/tiezi.png" alt="" />
      											<span>31</span>
      										</div>
      									</div>
      								</div>
      														</div>
      							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
      								<a href="http://www.miracleart.cn/zh-tw/faq/zt">顯示更多</a>
      							</div>
      						</div>
      					</div>
      				</div>
      			</div>
      							<div   id="377j5v51b"   class="Article_Details_main2">
      					<div   id="377j5v51b"   class="phpgenera_Details_mainL4">
      						<div   id="377j5v51b"   class="phpmain1_2_top">
      							<a href="javascript:void(0);" class="phpmain1_2_top_title">Related knowledge<img
      									src="/static/imghw/index2_title2.png" alt="" /></a>
      						</div>
      						<div   id="377j5v51b"   class="phpgenera_Details_mainL4_info">
      
      													<div   id="377j5v51b"   class="phphistorical_Version2_mids">
      								<a href="http://www.miracleart.cn/zh-tw/faq/1796829177.html" title="構建網(wǎng)頁的HTML元素是什麼?" class="phphistorical_Version2_mids_img">
      									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175148129241939.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="構建網(wǎng)頁的HTML元素是什麼?" />
      								</a>
      								<a href="http://www.miracleart.cn/zh-tw/faq/1796829177.html" title="構建網(wǎng)頁的HTML元素是什麼?" class="phphistorical_Version2_mids_title">構建網(wǎng)頁的HTML元素是什麼?</a>
      								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 03, 2025 am	 02:34 AM</span>
      								<p class="Articlelist_txts_p">網(wǎng)頁結構需核心HTML元素支撐,1.頁面整體結構由、、構成,其中為根元素,存放元信息,展示內容;2.內容組織依賴標題(-)、段落()及區(qū)塊標籤(如、)以提升條理與SEO;3.導航通過與實現(xiàn),常用組織鏈接並輔以aria-current屬性增強可訪問性;4.表單交互涉及、、與,確保用戶輸入與提交功能完整。正確使用這些元素能提升頁面清晰度、維護性及搜索引擎優(yōu)化。</p>
      							</div>
      														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
      								<a href="http://www.miracleart.cn/zh-tw/faq/1796829157.html" title="使用HTML5服務器序列事件處理重新連接和錯誤。" class="phphistorical_Version2_mids_img">
      									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175148089165625.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="使用HTML5服務器序列事件處理重新連接和錯誤。" />
      								</a>
      								<a href="http://www.miracleart.cn/zh-tw/faq/1796829157.html" title="使用HTML5服務器序列事件處理重新連接和錯誤。" class="phphistorical_Version2_mids_title">使用HTML5服務器序列事件處理重新連接和錯誤。</a>
      								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 03, 2025 am	 02:28 AM</span>
      								<p class="Articlelist_txts_p">使用HTML5SSE時,處理重連和錯誤的方法包括:1.了解默認重連機制,EventSource默認在連接中斷後3秒重試,可通過retry字段自定義間隔;2.監(jiān)聽error事件以應對連接失敗或解析錯誤,區(qū)分錯誤類型並執(zhí)行相應邏輯,如網(wǎng)絡問題依賴自動重連、服務器錯誤手動延遲重連、認證失效刷新token;3.主動控制重連邏輯,如手動關閉並重建連接、設置最大重試次數(shù)、結合navigator.onLine判斷網(wǎng)絡狀態(tài)以優(yōu)化重試策略。這些措施可提升應用穩(wěn)定性與用戶體驗。</p>
      							</div>
      														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
      								<a href="http://www.miracleart.cn/zh-tw/faq/1796829178.html" title="為現(xiàn)代頁面宣布正確的HTML5 Doctype。" class="phphistorical_Version2_mids_img">
      									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175148132111973.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="為現(xiàn)代頁面宣布正確的HTML5 Doctype。" />
      								</a>
      								<a href="http://www.miracleart.cn/zh-tw/faq/1796829178.html" title="為現(xiàn)代頁面宣布正確的HTML5 Doctype。" class="phphistorical_Version2_mids_title">為現(xiàn)代頁面宣布正確的HTML5 Doctype。</a>
      								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 03, 2025 am	 02:35 AM</span>
      								<p class="Articlelist_txts_p">Doctype是告訴瀏覽器用哪種HTML標準解析頁面的聲明,現(xiàn)代網(wǎng)頁只需在HTML文件最開頭寫。其作用是確保瀏覽器以標準模式而非怪異模式渲染頁面,且必須位於第一行,前面不能有空格或註釋;正確寫法僅有一種,不推薦使用舊版本或其他變體;其他如charset、viewport等應放在部分。</p>
      							</div>
      														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
      								<a href="http://www.miracleart.cn/zh-tw/faq/1796829167.html" title="使用HTML屬性實現(xiàn)客戶端表單驗證。" class="phphistorical_Version2_mids_img">
      									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175148109151878.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="使用HTML屬性實現(xiàn)客戶端表單驗證。" />
      								</a>
      								<a href="http://www.miracleart.cn/zh-tw/faq/1796829167.html" title="使用HTML屬性實現(xiàn)客戶端表單驗證。" class="phphistorical_Version2_mids_title">使用HTML屬性實現(xiàn)客戶端表單驗證。</a>
      								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 03, 2025 am	 02:31 AM</span>
      								<p class="Articlelist_txts_p">client-sideformvalidationCanbedOnewithOutJavaScriptbyusinghtmlattributes.1)useRequiredToEnforCemandatoryField.2)validateMailsAndUrllSwithTyPeatTributesLikeEmailOrurl,orusepatternwithRegegexforCustomAlorurl</p>
      							</div>
      														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
      								<a href="http://www.miracleart.cn/zh-tw/faq/1796829956.html" title="如何使用HTML將選項分組?" class="phphistorical_Version2_mids_img">
      									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175157020270129.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="如何使用HTML將選項分組?" />
      								</a>
      								<a href="http://www.miracleart.cn/zh-tw/faq/1796829956.html" title="如何使用HTML將選項分組?" class="phphistorical_Version2_mids_title">如何使用HTML將選項分組?</a>
      								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 04, 2025 am	 03:16 AM</span>
      								<p class="Articlelist_txts_p">在HTML中使用標籤可以對下拉菜單中的選項進行分組。具體方法是用包裹一組元素,並通過label屬性定義組名,如:1.包含蘋果、香蕉、橙子等選項;2.包含胡蘿蔔、西蘭花等選項;3.每個為一個獨立分組,組內選項自動縮進。注意事項包括:①不支持嵌套;②可通過disabled屬性禁用整個組;③樣式受限需結合CSS或第三方庫美化;可使用Select2等插件增強功能。</p>
      							</div>
      														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
      								<a href="http://www.miracleart.cn/zh-tw/faq/1796835653.html" title="將CSS和JavaScript與HTML5結構有效整合。" class="phphistorical_Version2_mids_img">
      									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175226046128038.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="將CSS和JavaScript與HTML5結構有效整合。" />
      								</a>
      								<a href="http://www.miracleart.cn/zh-tw/faq/1796835653.html" title="將CSS和JavaScript與HTML5結構有效整合。" class="phphistorical_Version2_mids_title">將CSS和JavaScript與HTML5結構有效整合。</a>
      								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 12, 2025 am	 03:01 AM</span>
      								<p class="Articlelist_txts_p">HTML5、CSS和JavaScript應通過語義化標籤、合理加載順序與解耦設計高效結合。 1.使用HTML5語義化標籤如、提升結構清晰度與可維護性,利於SEO和無障礙訪問;2.CSS應置於中,使用外部文件並按模塊拆分,避免內聯(lián)樣式與延遲加載問題;3.JavaScript推薦放在前引入,使用defer或async異步加載以避免阻塞渲染;4.減少三者間強依賴,通過data-*屬性驅動行為、類名控制狀態(tài),統(tǒng)一命名規(guī)範提升協(xié)作效率。這些方法能有效優(yōu)化頁面性能與團隊協(xié)作。</p>
      							</div>
      														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
      								<a href="http://www.miracleart.cn/zh-tw/faq/1796831880.html" title="使用HTML按鈕元素實現(xiàn)可點擊按鈕" class="phphistorical_Version2_mids_img">
      									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175182671121571.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="使用HTML按鈕元素實現(xiàn)可點擊按鈕" />
      								</a>
      								<a href="http://www.miracleart.cn/zh-tw/faq/1796831880.html" title="使用HTML按鈕元素實現(xiàn)可點擊按鈕" class="phphistorical_Version2_mids_title">使用HTML按鈕元素實現(xiàn)可點擊按鈕</a>
      								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 07, 2025 am	 02:31 AM</span>
      								<p class="Articlelist_txts_p">要使用HTML的button元素實現(xiàn)可點擊按鈕,首先需掌握其基本用法與常見註意事項。 1.使用標籤創(chuàng)建按鈕,並通過type屬性定義行為(如button、submit、reset),默認為submit;2.通過JavaScript添加交互功能,可內聯(lián)寫法或通過ID綁定事件監(jiān)聽器以提升維護性;3.利用CSS自定義樣式,包括背景色、邊框、圓角及hover/active狀態(tài)效果,增強用戶體驗;4.注意常見問題:確保未啟用disabled屬性、正確綁定JS事件、避免佈局遮擋,並藉助開發(fā)者工具排查異常。掌握這</p>
      							</div>
      														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
      								<a href="http://www.miracleart.cn/zh-tw/faq/1796832574.html" title="使用新的HTML5方法(FormData)提交表單數(shù)據(jù)" class="phphistorical_Version2_mids_img">
      									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
      										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175191288234525.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="使用新的HTML5方法(FormData)提交表單數(shù)據(jù)" />
      								</a>
      								<a href="http://www.miracleart.cn/zh-tw/faq/1796832574.html" title="使用新的HTML5方法(FormData)提交表單數(shù)據(jù)" class="phphistorical_Version2_mids_title">使用新的HTML5方法(FormData)提交表單數(shù)據(jù)</a>
      								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 08, 2025 am	 02:28 AM</span>
      								<p class="Articlelist_txts_p">使用HTML5的FormDataAPI提交表單數(shù)據(jù)更方便,1.它可自動收集帶name屬性的表單字段或手動添加數(shù)據(jù);2.支持通過fetch或XMLHttpRequest以multipart/form-data格式提交,適合文件上傳;3.處理文件時只需將文件附加到FormData並發(fā)送請求即可;4.注意同名字段會被覆蓋、需處理JSON轉換及無嵌套結構等問題。</p>
      							</div>
      													</div>
      
      													<a href="http://www.miracleart.cn/zh-tw/web-designer.html" class="phpgenera_Details_mainL4_botton">
      								<span>See all articles</span>
      								<img src="/static/imghw/down_right.png" alt="" />
      							</a>
      											</div>
      				</div>
      					</div>
      	</main>
      	<footer>
          <div   id="377j5v51b"   class="footer">
              <div   id="377j5v51b"   class="footertop">
                  <img src="/static/imghw/logo.png" alt="">
                  <p>公益線上PHP培訓,幫助PHP學習者快速成長!</p>
              </div>
              <div   id="377j5v51b"   class="footermid">
                  <a href="http://www.miracleart.cn/zh-tw/about/us.html">關於我們</a>
                  <a href="http://www.miracleart.cn/zh-tw/about/disclaimer.html">免責聲明</a>
                  <a href="http://www.miracleart.cn/zh-tw/update/article_0_1.html">Sitemap</a>
              </div>
              <div   id="377j5v51b"   class="footerbottom">
                  <p>
                      ? php.cn All rights reserved
                  </p>
              </div>
          </div>
      </footer>
      
      <input type="hidden" id="verifycode" value="/captcha.html">
      
      
      
      
      		<link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css?2' type='text/css' media='all' />
      	
      	
      	
      	
      	
      
      	
      	
      
      
      
      
      
      
      <footer>
      <div class="friendship-link">
      <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p>
      <a href="http://www.miracleart.cn/" title="国产av日韩一区二区三区精品">国产av日韩一区二区三区精品</a>
      
      <div class="friend-links">
      
      
      </div>
      </div>
      
      </footer>
      
      
      <script>
      (function(){
          var bp = document.createElement('script');
          var curProtocol = window.location.protocol.split(':')[0];
          if (curProtocol === 'https') {
              bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
          }
          else {
              bp.src = 'http://push.zhanzhang.baidu.com/push.js';
          }
          var s = document.getElementsByTagName("script")[0];
          s.parentNode.insertBefore(bp, s);
      })();
      </script>
      </body><div id="ix97s" class="pl_css_ganrao" style="display: none;"><dfn id="ix97s"></dfn><input id="ix97s"><em id="ix97s"></em></input><legend id="ix97s"><ul id="ix97s"><code id="ix97s"><video id="ix97s"></video></code></ul></legend><pre id="ix97s"><abbr id="ix97s"><form id="ix97s"><strong id="ix97s"></strong></form></abbr></pre><ol id="ix97s"></ol><ol id="ix97s"><small id="ix97s"></small></ol><output id="ix97s"></output><p id="ix97s"></p><acronym id="ix97s"><noframes id="ix97s"><rt id="ix97s"><small id="ix97s"></small></rt></noframes></acronym><b id="ix97s"><i id="ix97s"><meter id="ix97s"><var id="ix97s"></var></meter></i></b><small id="ix97s"><tfoot id="ix97s"><nobr id="ix97s"><acronym id="ix97s"></acronym></nobr></tfoot></small><li id="ix97s"><legend id="ix97s"><ruby id="ix97s"><strong id="ix97s"></strong></ruby></legend></li><wbr id="ix97s"><u id="ix97s"></u></wbr><tt id="ix97s"><strike id="ix97s"></strike></tt><legend id="ix97s"></legend><input id="ix97s"></input><optgroup id="ix97s"></optgroup><strong id="ix97s"><mark id="ix97s"></mark></strong><samp id="ix97s"><i id="ix97s"><meter id="ix97s"><th id="ix97s"></th></meter></i></samp><big id="ix97s"></big><li id="ix97s"><legend id="ix97s"></legend></li><em id="ix97s"></em><thead id="ix97s"><small id="ix97s"><tfoot id="ix97s"><strong id="ix97s"></strong></tfoot></small></thead><thead id="ix97s"><track id="ix97s"><tfoot id="ix97s"><font id="ix97s"></font></tfoot></track></thead><sub id="ix97s"></sub><nav id="ix97s"></nav><style id="ix97s"></style><thead id="ix97s"><track id="ix97s"></track></thead><pre id="ix97s"></pre><td id="ix97s"><form id="ix97s"></form></td><menuitem id="ix97s"><code id="ix97s"></code></menuitem><progress id="ix97s"><dfn id="ix97s"><pre id="ix97s"><dfn id="ix97s"></dfn></pre></dfn></progress><rt id="ix97s"></rt><option id="ix97s"><object id="ix97s"><dfn id="ix97s"></dfn></object></option><b id="ix97s"><s id="ix97s"><b id="ix97s"><i id="ix97s"></i></b></s></b><i id="ix97s"></i><wbr id="ix97s"><ul id="ix97s"><big id="ix97s"></big></ul></wbr><menu id="ix97s"><font id="ix97s"><style id="ix97s"><progress id="ix97s"></progress></style></font></menu><sub id="ix97s"></sub><nobr id="ix97s"></nobr><form id="ix97s"></form><thead id="ix97s"></thead><ol id="ix97s"><pre id="ix97s"><ol id="ix97s"><small id="ix97s"></small></ol></pre></ol><thead id="ix97s"></thead><p id="ix97s"></p><ruby id="ix97s"><dl id="ix97s"><button id="ix97s"><dl id="ix97s"></dl></button></dl></ruby><strike id="ix97s"><video id="ix97s"><strike id="ix97s"><th id="ix97s"></th></strike></video></strike><tt id="ix97s"><style id="ix97s"></style></tt><b id="ix97s"></b><strike id="ix97s"></strike></div>
      
      </html>