成人国产在线小视频_日韩寡妇人妻调教在线播放_色成人www永久在线观看_2018国产精品久久_亚洲欧美高清在线30p_亚洲少妇综合一区_黄色在线播放国产_亚洲另类技巧小说校园_国产主播xx日韩_a级毛片在线免费

資訊專欄INFORMATION COLUMN

前端面試題-HTML語義化標(biāo)簽

wendux / 3137人閱讀

摘要:一語義化標(biāo)簽標(biāo)簽描述頁面獨立的內(nèi)容區(qū)域。二語義化標(biāo)簽的使用頁面主要內(nèi)容標(biāo)簽的特點是簡短描述性唯一,用于提升搜索引擎排名。若使用標(biāo)簽來定義計算機源代碼,比如源代碼,則使用符號實體來表示特殊字符,比如代表,代表,代表。

一、HTML5語義化標(biāo)簽
標(biāo)簽 描述
頁面獨立的內(nèi)容區(qū)域。
頁面的側(cè)邊欄內(nèi)容。
允許您設(shè)置一段文本,使其脫離其父元素的文本方向設(shè)置。
命令按鈕,比如單選按鈕、復(fù)選框或按鈕
用于描述文檔或文檔某個部分的細(xì)節(jié)
對話框,比如提示框
標(biāo)簽包含 details 元素的標(biāo)題
規(guī)定獨立的流內(nèi)容(圖像、圖表、照片、代碼等等)。
元素的標(biāo)題
section 或 document 的頁腳。
文檔的頭部區(qū)域
帶有記號的文本。
度量衡。僅用于已知最大和最小值的度量。
導(dǎo)航鏈接的部分。
任何類型的任務(wù)的進(jìn)度。
ruby 注釋(中文注音或字符)。
字符(中文注音或字符)的解釋或發(fā)音。
在 ruby 注釋中使用,不支持 ruby 元素的瀏覽器所顯示的內(nèi)容。
文檔中的節(jié)(section、區(qū)段)。
日期或時間。
規(guī)定在文本中的何處適合添加換行符。
二、語義化標(biāo)簽的使用 2.1 頁面主要內(nèi)容

(1) 標(biāo)簽的特點是簡短、描述性、唯一,用于提升搜索引擎排名。</p> <p>(2)搜索引擎會把 title 作為判斷頁面<strong>主要內(nèi)容</strong>的指標(biāo),有效的 title 應(yīng)該包含幾個與頁面<strong>內(nèi)容密切相關(guān)</strong>的關(guān)鍵字,建議將 title 的核心內(nèi)容寫在前 <strong>60</strong> 個字符。</p> <b>2.2 <header></header> 頁眉</b> <p>(1)HTML5 規(guī)范描述為“<strong>一組解釋性或?qū)Ш叫托缘臈l目</strong>”,通常有網(wǎng)站標(biāo)志、主導(dǎo)航、全站鏈接以及搜索框。</p> <b>2.3 <nav></nav> 導(dǎo)航</b> <p>(1)頁面的導(dǎo)航鏈接區(qū)域,用于定義頁面的主要<strong>導(dǎo)航</strong>部分。</p> <p>(2)導(dǎo)航通常使用 <strong><ul></strong> 無序列表。若是面包屑鏈接,則使用 <strong><ol></strong> 有序列表。</p> <p>(3)HTML5 規(guī)范不推薦對輔助頁腳鏈接使用 nav,除非頁腳再次顯示頂級全局導(dǎo)航、或者是招聘信息等重要鏈接。</p> <b>2.4 <main></main> 主要內(nèi)容</b> <p>(1)網(wǎng)站頁面的<strong>主要內(nèi)容</strong>,并且一個頁面只能使用<strong>一次</strong> <main> 標(biāo)簽。</p> <p>(2)若是 web 應(yīng)用,則包含其主要功能。</p> <b>2.5 <article></article> 文章標(biāo)記</b> <p>(1)表示的是一個文檔、頁面、應(yīng)用或是網(wǎng)站中的一個<strong>獨立</strong>的容器。</p> <p>(2)HTML5 規(guī)范聲明 <article> 標(biāo)簽適用于自包含的窗口小部件:股票行情,計算器,鐘表,天氣窗口小部件等。</p> <p>(3)<article>這個標(biāo)簽可以<strong>嵌套</strong>使用,但是他們必須是<strong>部分與整體的關(guān)系</strong>。</p> <b>2.6 <section></section> 區(qū)塊</b> <p>(1)一組<strong>相似主題</strong>的內(nèi)容,一般會有一個標(biāo)題。</p> <p>(2)實現(xiàn)比如文章的章節(jié),標(biāo)簽式對話框中的各種標(biāo)簽頁等功能。</p> <b>2.7 <aside></aside> 側(cè)邊欄</b> <p>(1)表示一部分內(nèi)容與頁面的主體并沒有較大的關(guān)系,并且可以<strong>獨立存在</strong>。</p> <p>(2)實現(xiàn)比如升式引用、側(cè)邊欄、相關(guān)文章的鏈接、廣告、友情鏈接等功能。</p> <b>2.8 <footer></footer> 頁腳</b> <p>(1)和 <header> 標(biāo)簽對應(yīng),可以實現(xiàn)比如附錄、索引、版權(quán)頁、許可協(xié)議等功能。</p> <b>2.9 <cite></cite> 引用</b> <p>(1)表示它所包含的文本對某個參考文獻(xiàn)的<strong>引用</strong>,比如書籍或者雜志的標(biāo)題。</p> <p>(2)按照慣例,引用的文本將以<strong>斜體</strong>顯示。</p> <p>(3)用 <cite> 標(biāo)簽把指向其他文檔的引用<strong>分離</strong>出來,尤其是分離那些傳統(tǒng)媒體中的文檔,如書籍、雜志、期刊,等等。</p> <b>2.10 <blockquote></blockquote> 塊引用</b> <p>(1)<blockquote> 與 </blockquote> 之間的所有文本都會從常規(guī)文本中分離出來,經(jīng)常會在左、右兩邊進(jìn)行縮進(jìn)<strong>(增加外邊距)</strong>,而且有時會使用斜體。也就是說,塊引用擁有它們自己的空間。</p> <b>2.11 <q></q> 短的引用</b> <p>(1)瀏覽器經(jīng)常在引用的內(nèi)容周圍添加引號。</p> <p>(2)根據(jù) HTML 4.01 規(guī)范,q 元素應(yīng)當(dāng)使用分界引號來呈現(xiàn),就是說,q 元素包含的文本必須以<strong>引號</strong>來開始和結(jié)束。</p> <b>2.12 <time></time> 日期或時間</b> <p>(1)如果<strong>未定義</strong> datetime 屬性,則必須在元素的內(nèi)容中規(guī)定日期或時間。</p> <b>2.13 <abbr></abbr> 簡稱或縮寫</b> <p>(1)通過對縮寫進(jìn)行標(biāo)記,您能夠為瀏覽器、拼寫檢查和搜索引擎提供有用的信息。</p> <p>(2)可以在 <abbr> 標(biāo)簽中使用全局的 <strong>title</strong> 屬性,這樣就能夠在鼠標(biāo)指針移動到 <abbr> 元素上時顯示出簡稱/縮寫的<strong>完整版本</strong>。</p> <b>2.14 <dfn></dfn> 特殊術(shù)語或短語的定義</b> <p>(1)現(xiàn)在流行的瀏覽器通常用<strong>斜體</strong>來顯示 <dfn> 中的文本。</p> <p>(2)與其他許多基于內(nèi)容的樣式和物理樣式標(biāo)簽一樣,<dfn> 標(biāo)簽盡量<strong>少用</strong>為妙。</p> <b>2.15 <b><del></del></b> 刪除的文本</b> <p>(1)和 <ins> 標(biāo)簽配合使用,來描述文檔中的<strong>更新</strong>和<strong>修正</strong>。</p> <b>2.16 <ins></ins> 插入文本</b> <b>2.17 <b><code></code></b> 源代碼</b> <p>(1)用于表示計算機<strong>源代碼</strong>或者其他機器可以閱讀的文本內(nèi)容。</p> <b>2.18 <pre></pre> 預(yù)格式化的文本</b> <p>(1)被包圍在 pre 元素中的文本通常會<strong>保留空格和換行符</strong>。而文本也會呈現(xiàn)為等寬字體。</p> <p>(2)若使用 <pre> 標(biāo)簽來定義計算機源代碼,比如 HTML 源代碼,則使用<strong>符號實體</strong>來表示特殊字符,比如 "<" 代表 "<",">" 代表 ">","&" 代表 "&"。</p> <p>(3)可以導(dǎo)致<strong>段落斷開</strong>的標(biāo)簽(例如標(biāo)題、<p> 和 <address> 標(biāo)簽)絕不能包含在 <pre> 所定義的塊里。盡管有些瀏覽器會把段落結(jié)束標(biāo)簽解釋為簡單地?fù)Q行,但是這種行為在所有瀏覽器上并不都是一樣的。</p> <p>(4)pre 元素中允許的文本可以包括物理樣式和基于內(nèi)容的樣式變化,還有鏈接、圖像和水平分隔線。</p> <p>閱讀更多</p> </div> <div id="qoyqs8suu2u" class="mt-64 tags-seach" > <div id="qoyqs8suu2u" class="tags-info"> <a style="width:120px;" title="云服務(wù)器" href="http://systransis.cn/site/active/kuaijiesale.html?ytag=seo">云服務(wù)器</a> <a style="width:120px;" title="GPU云服務(wù)器" href="http://systransis.cn/site/product/gpu.html">GPU云服務(wù)器</a> <a style="width:120px;" title="html 標(biāo)簽語義化" href="http://systransis.cn/yun/tag/html biaoqianyuyihua/">html 標(biāo)簽語義化</a> <a style="width:120px;" title="標(biāo)簽語義化" href="http://systransis.cn/yun/tag/biaoqianyuyihua/">標(biāo)簽語義化</a> <a style="width:120px;" title="html面試題" href="http://systransis.cn/yun/tag/htmlmianshiti/">html面試題</a> <a style="width:120px;" title="語義化" href="http://systransis.cn/yun/tag/yuyihua/">語義化</a> </div> </div> <div id="qoyqs8suu2u" class="entry-copyright mb-30"> <p class="mb-15"> 文章版權(quán)歸作者所有,未經(jīng)允許請勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。</p> <p>轉(zhuǎn)載請注明本文地址:http://systransis.cn/yun/115856.html</p> </div> <ul class="pre-next-page"> <li id="qoyqs8suu2u" class="ellipsis"><a class="hpf" href="http://systransis.cn/yun/115855.html">上一篇:【干貨】十分鐘讀懂瀏覽器渲染流程</a></li> <li id="qoyqs8suu2u" class="ellipsis"><a class="hpf" href="http://systransis.cn/yun/115857.html">下一篇:整理css之BFC原理</a></li> </ul> </div> <div id="qoyqs8suu2u" class="about_topicone-mid"> <h3 class="top-com-title mb-0"><span data-id="0">相關(guān)文章</span></h3> <ul class="com_white-left-mid atricle-list-box"> <li> <div id="qoyqs8suu2u" class="atricle-list-right"> <h2 class="ellipsis2"><a class="hpf" href="http://systransis.cn/yun/115862.html"><b><em>前端</em><em>面試</em><em>題</em>-<em>HTML</em>結(jié)構(gòu)<em>語義</em><em>化</em></b></a></h2> <p class="ellipsis2 good">摘要:一語義化的背景結(jié)構(gòu)語義化,是近幾年才提出來的,對比之前的結(jié)構(gòu),大多是一堆沒有語義的標(biāo)簽。用的最多的就是,為了改變這種現(xiàn)狀,開發(fā)者們和官方提出了結(jié)構(gòu)語義化的概念,并且在添加了很多語義化標(biāo)簽。 一、HTML語義化的背景 HTML結(jié)構(gòu)語義化,是近幾年才提出來的,對比之前的 HTML 結(jié)構(gòu),大多是一堆沒有語義的標(biāo)簽。用的最多的就是 DIV+CSS,為了改變這種現(xiàn)狀,開發(fā)者們和官方提出了 HTM...</p> <div id="qoyqs8suu2u" class="com_white-left-info"> <div id="qoyqs8suu2u" class="com_white-left-infol"> <a href="http://systransis.cn/yun/u-1460.html"><img src="http://systransis.cn/yun/data/avatar/000/00/14/small_000001460.jpg" alt=""><span id="qoyqs8suu2u" class="layui-hide64">chuyao</span></a> <time datetime="">2019-08-30 14:13</time> <span><i class="fa fa-commenting"></i>評論0</span> <span><i class="fa fa-star"></i>收藏0</span> </div> </div> </div> </li> <li> <div id="qoyqs8suu2u" class="atricle-list-right"> <h2 class="ellipsis2"><a class="hpf" href="http://systransis.cn/yun/52042.html"><b><em>前端</em><em>面試</em><em>題</em>-<em>HTML</em>結(jié)構(gòu)<em>語義</em><em>化</em></b></a></h2> <p class="ellipsis2 good">摘要:一語義化的背景結(jié)構(gòu)語義化,是近幾年才提出來的,對比之前的結(jié)構(gòu),大多是一堆沒有語義的標(biāo)簽。用的最多的就是,為了改變這種現(xiàn)狀,開發(fā)者們和官方提出了結(jié)構(gòu)語義化的概念,并且在添加了很多語義化標(biāo)簽。 一、HTML語義化的背景 HTML結(jié)構(gòu)語義化,是近幾年才提出來的,對比之前的 HTML 結(jié)構(gòu),大多是一堆沒有語義的標(biāo)簽。用的最多的就是 DIV+CSS,為了改變這種現(xiàn)狀,開發(fā)者們和官方提出了 HTM...</p> <div id="qoyqs8suu2u" class="com_white-left-info"> <div id="qoyqs8suu2u" class="com_white-left-infol"> <a href="http://systransis.cn/yun/u-832.html"><img src="http://systransis.cn/yun/data/avatar/000/00/08/small_000000832.jpg" alt=""><span id="qoyqs8suu2u" class="layui-hide64">booster</span></a> <time datetime="">2019-08-01 18:43</time> <span><i class="fa fa-commenting"></i>評論0</span> <span><i class="fa fa-star"></i>收藏0</span> </div> </div> </div> </li> <li> <div id="qoyqs8suu2u" class="atricle-list-right"> <h2 class="ellipsis2"><a class="hpf" href="http://systransis.cn/yun/52061.html"><b><em>前端</em><em>面試</em><em>題</em>-<em>HTML</em><em>語義</em><em>化</em><em>標(biāo)簽</em></b></a></h2> <p class="ellipsis2 good">摘要:一語義化標(biāo)簽標(biāo)簽描述頁面獨立的內(nèi)容區(qū)域。二語義化標(biāo)簽的使用頁面主要內(nèi)容標(biāo)簽的特點是簡短描述性唯一,用于提升搜索引擎排名。若使用標(biāo)簽來定義計算機源代碼,比如源代碼,則使用符號實體來表示特殊字符,比如代表,代表,代表。 一、HTML5語義化標(biāo)簽 標(biāo)簽 描述 頁面獨立的內(nèi)容區(qū)域。 頁面的側(cè)邊欄內(nèi)容。 允許您設(shè)置一段文本,使其脫離其父元素的文本方向設(shè)置。 命令按鈕...</p> <div id="qoyqs8suu2u" class="com_white-left-info"> <div id="qoyqs8suu2u" class="com_white-left-infol"> <a href="http://systransis.cn/yun/u-745.html"><img src="http://systransis.cn/yun/data/avatar/000/00/07/small_000000745.jpg" alt=""><span id="qoyqs8suu2u" class="layui-hide64">cppowboy</span></a> <time datetime="">2019-08-01 18:43</time> <span><i class="fa fa-commenting"></i>評論0</span> <span><i class="fa fa-star"></i>收藏0</span> </div> </div> </div> </li> </ul> </div> <div id="qoyqs8suu2u" class="topicone-box-wangeditor"> <h3 class="top-com-title mb-64"><span>發(fā)表評論</span></h3> <div id="qoyqs8suu2u" class="xcp-publish-main flex_box_zd"> <div id="qoyqs8suu2u" class="unlogin-pinglun-box"> <a href="javascript:login()" class="grad">登陸后可評論</a> </div> </div> </div> <div id="qoyqs8suu2u" class="site-box-content"> <div id="qoyqs8suu2u" class="site-content-title"> <h3 class="top-com-title mb-64"><span>0條評論</span></h3> </div> <div id="qoyqs8suu2u" class="pages"></ul></div> </div> </div> <div id="qoyqs8suu2u" class="layui-col-md4 layui-col-lg3 com_white-right site-wrap-right"> <div id="qoyqs8suu2u" class=""> <div id="qoyqs8suu2u" class="com_layuiright-box user-msgbox"> <a href="http://systransis.cn/yun/u-1559.html"><img src="http://systransis.cn/yun/data/avatar/000/00/15/small_000001559.jpg" alt=""></a> <h3><a href="http://systransis.cn/yun/u-1559.html" rel="nofollow">wendux</a></h3> <h6>男<span>|</span>高級講師</h6> <div id="qoyqs8suu2u" class="flex_box_zd user-msgbox-atten"> <a href="javascript:attentto_user(1559)" id="attenttouser_1559" class="grad follow-btn notfollow attention">我要關(guān)注</a> <a href="javascript:login()" title="發(fā)私信" >我要私信</a> </div> <div id="qoyqs8suu2u" class="user-msgbox-list flex_box_zd"> <h3 class="hpf">TA的文章</h3> <a href="http://systransis.cn/yun/ut-1559.html" class="box_hxjz">閱讀更多</a> </div> <ul class="user-msgbox-ul"> <li><h3 class="ellipsis"><a href="http://systransis.cn/yun/124127.html">猿猿有責(zé),維持整潔的 Git 提交記錄,三個錦囊送給你</a></h3> <p>閱讀 1221<span>·</span>2021-11-22 12:05</p></li> <li><h3 class="ellipsis"><a href="http://systransis.cn/yun/121523.html">完蛋,公司被一條 update 語句干趴了!</a></h3> <p>閱讀 1348<span>·</span>2021-09-29 09:35</p></li> <li><h3 class="ellipsis"><a href="http://systransis.cn/yun/117127.html">前端常用小工具</a></h3> <p>閱讀 643<span>·</span>2019-08-30 15:55</p></li> <li><h3 class="ellipsis"><a href="http://systransis.cn/yun/115856.html">前端面試題-HTML語義化標(biāo)簽</a></h3> <p>閱讀 3138<span>·</span>2019-08-30 14:12</p></li> <li><h3 class="ellipsis"><a href="http://systransis.cn/yun/115843.html">keystonejs實戰(zhàn)之頁頭頁腳</a></h3> <p>閱讀 963<span>·</span>2019-08-30 14:11</p></li> <li><h3 class="ellipsis"><a href="http://systransis.cn/yun/115361.html">純css icons圖標(biāo),只使用一個 i 標(biāo)簽</a></h3> <p>閱讀 2886<span>·</span>2019-08-30 13:10</p></li> <li><h3 class="ellipsis"><a href="http://systransis.cn/yun/113818.html">構(gòu)建靜態(tài)頁面 之 [ 顯示和溢出 ]</a></h3> <p>閱讀 2416<span>·</span>2019-08-29 16:33</p></li> <li><h3 class="ellipsis"><a href="http://systransis.cn/yun/111379.html">談?wù)勱P(guān)于CSS中transform屬性之scale</a></h3> <p>閱讀 3339<span>·</span>2019-08-29 11:02</p></li> </ul> </div> <!-- 文章詳情右側(cè)廣告--> <div id="qoyqs8suu2u" class="com_layuiright-box"> <h6 class="top-com-title"><span>最新活動</span></h6> <div id="qoyqs8suu2u" class="com_adbox"> <div id="qoyqs8suu2u" class="layui-carousel" id="right-item"> <div carousel-item> <div> <a href="http://systransis.cn/site/active/kuaijiesale.html?ytag=seo" rel="nofollow"> <img src="http://systransis.cn/yun/data/attach/240625/2rTjEHmi.png" alt="云服務(wù)器"> </a> </div> <div> <a href="http://systransis.cn/site/product/gpu.html" rel="nofollow"> <img src="http://systransis.cn/yun/data/attach/240807/7NjZjdrd.png" alt="GPU云服務(wù)器"> </a> </div> </div> </div> </div> <!-- banner結(jié)束 --> <div id="qoyqs8suu2u" class="adhtml"> </div> <script> $(function(){ $.ajax({ type: "GET", url:"http://systransis.cn/yun/ad/getad/1.html", cache: false, success: function(text){ $(".adhtml").html(text); } }); }) </script> </div> </div> </div> </div> </div> </section> <!-- wap拉出按鈕 --> <div id="qoyqs8suu2u" class="site-tree-mobile layui-hide"> <i class="layui-icon layui-icon-spread-left"></i> </div> <!-- wap遮罩層 --> <div id="qoyqs8suu2u" class="site-mobile-shade"></div> <!--付費閱讀 --> <div class="qoyqs8suu2u" id="payread"> <div id="qoyqs8suu2u" class="layui-form-item">閱讀需要支付1元查看</div> <div id="qoyqs8suu2u" class="layui-form-item"><button class="btn-right">支付并查看</button></div> </div> <script> var prei=0; $(".site-seo-depict pre").each(function(){ var html=$(this).html().replace("<code>","").replace("</code>","").replace('<code class="javascript hljs" codemark="1">',''); $(this).attr('data-clipboard-text',html).attr("id","pre"+prei); $(this).html("").append("<code>"+html+"</code>"); prei++; }) $(".site-seo-depict img").each(function(){ if($(this).attr("src").indexOf('data:image/svg+xml')!= -1){ $(this).remove(); } }) $("LINK[href*='style-49037e4d27.css']").remove(); $("LINK[href*='markdown_views-d7a94ec6ab.css']").remove(); layui.use(['jquery', 'layer','code'], function(){ $("pre").attr("class","layui-code"); $("pre").attr("lay-title",""); $("pre").attr("lay-skin",""); layui.code(); $(".layui-code-h3 a").attr("class","copycode").html("復(fù)制代碼 ").attr("onclick","copycode(this)"); }); function copycode(target){ var id=$(target).parent().parent().attr("id"); var clipboard = new ClipboardJS("#"+id); clipboard.on('success', function(e) { e.clearSelection(); alert("復(fù)制成功") }); clipboard.on('error', function(e) { alert("復(fù)制失敗") }); } //$(".site-seo-depict").html($(".site-seo-depict").html().slice(0, -5)); </script> <link rel="stylesheet" type="text/css" href="http://systransis.cn/yun/static/js/neweditor/code/styles/tomorrow-night-eighties.css"> <script src="http://systransis.cn/yun/static/js/neweditor/code/highlight.pack.js" type="text/javascript"></script> <script src="http://systransis.cn/yun/static/js/clipboard.js"></script> <script>hljs.initHighlightingOnLoad();</script> <script> function setcode(){ var _html=''; document.querySelectorAll('pre code').forEach((block) => { var _tmptext=$.trim($(block).text()); if(_tmptext!=''){ _html=_html+_tmptext; console.log(_html); } }); } </script> <script> function payread(){ layer.open({ type: 1, title:"付費閱讀", shadeClose: true, content: $('#payread') }); } // 舉報 function jupao_tip(){ layer.open({ type: 1, title:false, shadeClose: true, content: $('#jubao') }); } $(".getcommentlist").click(function(){ var _id=$(this).attr("dataid"); var _tid=$(this).attr("datatid"); $("#articlecommentlist"+_id).toggleClass("hide"); var flag=$("#articlecommentlist"+_id).attr("dataflag"); if(flag==1){ flag=0; }else{ flag=1; //加載評論 loadarticlecommentlist(_id,_tid); } $("#articlecommentlist"+_id).attr("dataflag",flag); }) $(".add-comment-btn").click(function(){ var _id=$(this).attr("dataid"); $(".formcomment"+_id).toggleClass("hide"); }) $(".btn-sendartcomment").click(function(){ var _aid=$(this).attr("dataid"); var _tid=$(this).attr("datatid"); var _content=$.trim($(".commenttext"+_aid).val()); if(_content==''){ alert("評論內(nèi)容不能為空"); return false; } var touid=$("#btnsendcomment"+_aid).attr("touid"); if(touid==null){ touid=0; } addarticlecomment(_tid,_aid,_content,touid); }) $(".button_agree").click(function(){ var supportobj = $(this); var tid = $(this).attr("id"); $.ajax({ type: "GET", url:"http://systransis.cn/yun/index.php?topic/ajaxhassupport/" + tid, cache: false, success: function(hassupport){ if (hassupport != '1'){ $.ajax({ type: "GET", cache:false, url: "http://systransis.cn/yun/index.php?topic/ajaxaddsupport/" + tid, success: function(comments) { supportobj.find("span").html(comments+"人贊"); } }); }else{ alert("您已經(jīng)贊過"); } } }); }); function attenquestion(_tid,_rs){ $.ajax({ //提交數(shù)據(jù)的類型 POST GET type:"POST", //提交的網(wǎng)址 url:"http://systransis.cn/yun/favorite/topicadd.html", //提交的數(shù)據(jù) data:{tid:_tid,rs:_rs}, //返回數(shù)據(jù)的格式 datatype: "json",//"xml", "html", "script", "json", "jsonp", "text". //在請求之前調(diào)用的函數(shù) beforeSend:function(){}, //成功返回之后調(diào)用的函數(shù) success:function(data){ var data=eval("("+data+")"); console.log(data) if(data.code==2000){ layer.msg(data.msg,function(){ if(data.rs==1){ //取消收藏 $(".layui-layer-tips").attr("data-tips","收藏文章"); $(".layui-layer-tips").html('<i class="fa fa-heart-o"></i>'); } if(data.rs==0){ //收藏成功 $(".layui-layer-tips").attr("data-tips","已收藏文章"); $(".layui-layer-tips").html('<i class="fa fa-heart"></i>') } }) }else{ layer.msg(data.msg) } } , //調(diào)用執(zhí)行后調(diào)用的函數(shù) complete: function(XMLHttpRequest, textStatus){ postadopt=true; }, //調(diào)用出錯執(zhí)行的函數(shù) error: function(){ //請求出錯處理 postadopt=false; } }); } </script> <footer> <div id="qoyqs8suu2u" class="layui-container"> <div id="qoyqs8suu2u" class="flex_box_zd"> <div id="qoyqs8suu2u" class="left-footer"> <h6><a href="http://systransis.cn/"><img src="http://systransis.cn/yun/static/theme/ukd//images/logo.png" alt="UCloud (優(yōu)刻得科技股份有限公司)"></a></h6> <p>UCloud (優(yōu)刻得科技股份有限公司)是中立、安全的云計算服務(wù)平臺,堅持中立,不涉足客戶業(yè)務(wù)領(lǐng)域。公司自主研發(fā)IaaS、PaaS、大數(shù)據(jù)流通平臺、AI服務(wù)平臺等一系列云計算產(chǎn)品,并深入了解互聯(lián)網(wǎng)、傳統(tǒng)企業(yè)在不同場景下的業(yè)務(wù)需求,提供公有云、混合云、私有云、專有云在內(nèi)的綜合性行業(yè)解決方案。</p> </div> <div id="qoyqs8suu2u" class="right-footer layui-hidemd"> <ul class="flex_box_zd"> <li> <h6>UCloud與云服務(wù)</h6> <p><a href="http://systransis.cn/site/about/intro/">公司介紹</a></p> <p><a >加入我們</a></p> <p><a href="http://systransis.cn/site/ucan/onlineclass/">UCan線上公開課</a></p> <p><a href="http://systransis.cn/site/solutions.html" >行業(yè)解決方案</a></p> <p><a href="http://systransis.cn/site/pro-notice/">產(chǎn)品動態(tài)</a></p> </li> <li> <h6>友情鏈接</h6> <p><a >GPU算力平臺</a></p> <p><a >UCloud私有云</a></p> <p><a >SurferCloud</a></p> <p><a >工廠仿真軟件</a></p> <p><a >Pinex</a></p> <p><a >AI繪畫</a></p> </li> <li> <h6>社區(qū)欄目</h6> <p><a href="http://systransis.cn/yun/column/index.html">專欄文章</a></p> <p><a href="http://systransis.cn/yun/udata/">專題地圖</a></p> </li> <li> <h6>常見問題</h6> <p><a href="http://systransis.cn/site/ucsafe/notice.html" >安全中心</a></p> <p><a href="http://systransis.cn/site/about/news/recent/" >新聞動態(tài)</a></p> <p><a href="http://systransis.cn/site/about/news/report/">媒體動態(tài)</a></p> <p><a href="http://systransis.cn/site/cases.html">客戶案例</a></p> <p><a href="http://systransis.cn/site/notice/">公告</a></p> </li> <li> <span><img src="https://static.ucloud.cn/7a4b6983f4b94bcb97380adc5d073865.png" alt="優(yōu)刻得"></span> <p>掃掃了解更多</p></div> </div> <div id="qoyqs8suu2u" class="copyright">Copyright ? 2012-2023 UCloud 優(yōu)刻得科技股份有限公司<i>|</i><a rel="nofollow" >滬公網(wǎng)安備 31011002000058號</a><i>|</i><a rel="nofollow" ></a> 滬ICP備12020087號-3</a><i>|</i> <script type="text/javascript" src="https://gyfk12.kuaishang.cn/bs/ks.j?cI=197688&fI=125915" charset="utf-8"></script> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://#/hm.js?290c2650b305fc9fff0dbdcafe48b59d"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-DZSMXQ3P9N"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-DZSMXQ3P9N'); </script> <script> (function(){ var el = document.createElement("script"); el.src = "https://lf1-cdn-tos.bytegoofy.com/goofy/ttzz/push.js?99f50ea166557aed914eb4a66a7a70a4709cbb98a54ecb576877d99556fb4bfc3d72cd14f8a76432df3935ab77ec54f830517b3cb210f7fd334f50ccb772134a"; el.id = "ttzz"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(el, s); })(window) </script></div> </div> </footer> <footer> <div class="friendship-link"> <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p> <a href="http://systransis.cn/" title="成人国产在线小视频_日韩寡妇人妻调教在线播放_色成人www永久在线观看_2018国产精品久久_亚洲欧美高清在线30p_亚洲少妇综合一区_黄色在线播放国产_亚洲另类技巧小说校园_国产主播xx日韩_a级毛片在线免费">成人国产在线小视频_日韩寡妇人妻调教在线播放_色成人www永久在线观看_2018国产精品久久_亚洲欧美高清在线30p_亚洲少妇综合一区_黄色在线播放国产_亚洲另类技巧小说校园_国产主播xx日韩_a级毛片在线免费</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="qmqce" class="pl_css_ganrao" style="display: none;"><object id="qmqce"></object><input id="qmqce"></input><menu id="qmqce"></menu><dl id="qmqce"><nav id="qmqce"><li id="qmqce"></li></nav></dl><cite id="qmqce"></cite><noframes id="qmqce"></noframes><abbr id="qmqce"><sup id="qmqce"><center id="qmqce"></center></sup></abbr><option id="qmqce"></option><em id="qmqce"></em><sup id="qmqce"><source id="qmqce"><strong id="qmqce"></strong></source></sup><tbody id="qmqce"></tbody><dd id="qmqce"><th id="qmqce"><object id="qmqce"></object></th></dd><dfn id="qmqce"><source id="qmqce"><strong id="qmqce"></strong></source></dfn><noframes id="qmqce"></noframes><small id="qmqce"></small><samp id="qmqce"></samp><table id="qmqce"></table><delect id="qmqce"></delect><strong id="qmqce"></strong><noscript id="qmqce"></noscript><dd id="qmqce"><dl id="qmqce"><nav id="qmqce"></nav></dl></dd><fieldset id="qmqce"></fieldset><tr id="qmqce"><wbr id="qmqce"><cite id="qmqce"></cite></wbr></tr><td id="qmqce"><cite id="qmqce"><menu id="qmqce"></menu></cite></td><source id="qmqce"><dl id="qmqce"><optgroup id="qmqce"></optgroup></dl></source><kbd id="qmqce"><tr id="qmqce"><s id="qmqce"></s></tr></kbd><table id="qmqce"><kbd id="qmqce"><pre id="qmqce"></pre></kbd></table><li id="qmqce"></li><tbody id="qmqce"></tbody><acronym id="qmqce"></acronym><abbr id="qmqce"></abbr><strike id="qmqce"></strike><object id="qmqce"></object><cite id="qmqce"></cite><center id="qmqce"></center><input id="qmqce"></input><button id="qmqce"></button><center id="qmqce"></center><menu id="qmqce"></menu><xmp id="qmqce"></xmp><pre id="qmqce"><wbr id="qmqce"><fieldset id="qmqce"></fieldset></wbr></pre><noscript id="qmqce"></noscript><wbr id="qmqce"><bdo id="qmqce"><abbr id="qmqce"></abbr></bdo></wbr><pre id="qmqce"><blockquote id="qmqce"><tfoot id="qmqce"></tfoot></blockquote></pre><acronym id="qmqce"></acronym><kbd id="qmqce"><pre id="qmqce"><td id="qmqce"></td></pre></kbd><wbr id="qmqce"></wbr><center id="qmqce"><center id="qmqce"><th id="qmqce"></th></center></center><cite id="qmqce"><table id="qmqce"><kbd id="qmqce"></kbd></table></cite><li id="qmqce"></li></div> <script src="http://systransis.cn/yun/static/theme/ukd/js/common.js"></script> <<script type="text/javascript"> $(".site-seo-depict *,.site-content-answer-body *,.site-body-depict *").css("max-width","100%"); </script> </html>