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

資訊專欄INFORMATION COLUMN

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

cppowboy / 2754人閱讀

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

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

(1) 標(biāo)簽的特點(diǎn)是簡(jiǎn)短、描述性、唯一,用于提升搜索引擎排名。</p> <p>(2)搜索引擎會(huì)把 title 作為判斷頁面<strong>主要內(nèi)容</strong>的指標(biāo),有效的 title 應(yīng)該包含幾個(gè)與頁面<strong>內(nèi)容密切相關(guān)</strong>的關(guān)鍵字,建議將 title 的核心內(nèi)容寫在前 <strong>60</strong> 個(gè)字符。</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ī)范不推薦對(duì)輔助頁腳鏈接使用 nav,除非頁腳再次顯示頂級(jí)全局導(dǎo)航、或者是招聘信息等重要鏈接。</p> <b>2.4 <main></main> 主要內(nèi)容</b> <p>(1)網(wǎng)站頁面的<strong>主要內(nèi)容</strong>,并且一個(gè)頁面只能使用<strong>一次</strong> <main> 標(biāo)簽。</p> <p>(2)若是 web 應(yīng)用,則包含其主要功能。</p> <b>2.5 <article></article> 文章標(biāo)記</b> <p>(1)表示的是一個(gè)文檔、頁面、應(yīng)用或是網(wǎng)站中的一個(gè)<strong>獨(dú)立</strong>的容器。</p> <p>(2)HTML5 規(guī)范聲明 <article> 標(biāo)簽適用于自包含的窗口小部件:股票行情,計(jì)算器,鐘表,天氣窗口小部件等。</p> <p>(3)<article>這個(gè)標(biāo)簽可以<strong>嵌套</strong>使用,但是他們必須是<strong>部分與整體的關(guān)系</strong>。</p> <b>2.6 <section></section> 區(qū)塊</b> <p>(1)一組<strong>相似主題</strong>的內(nèi)容,一般會(huì)有一個(gè)標(biāo)題。</p> <p>(2)實(shí)現(xiàn)比如文章的章節(jié),標(biāo)簽式對(duì)話框中的各種標(biāo)簽頁等功能。</p> <b>2.7 <aside></aside> 側(cè)邊欄</b> <p>(1)表示一部分內(nèi)容與頁面的主體并沒有較大的關(guān)系,并且可以<strong>獨(dú)立存在</strong>。</p> <p>(2)實(shí)現(xiàn)比如升式引用、側(cè)邊欄、相關(guān)文章的鏈接、廣告、友情鏈接等功能。</p> <b>2.8 <footer></footer> 頁腳</b> <p>(1)和 <header> 標(biāo)簽對(duì)應(yīng),可以實(shí)現(xiàn)比如附錄、索引、版權(quán)頁、許可協(xié)議等功能。</p> <b>2.9 <cite></cite> 引用</b> <p>(1)表示它所包含的文本對(duì)某個(gè)參考文獻(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> 之間的所有文本都會(huì)從常規(guī)文本中分離出來,經(jīng)常會(huì)在左、右兩邊進(jìn)行縮進(jìn)<strong>(增加外邊距)</strong>,而且有時(shí)會(huì)使用斜體。也就是說,塊引用擁有它們自己的空間。</p> <b>2.11 <q></q> 短的引用</b> <p>(1)瀏覽器經(jīng)常在引用的內(nèi)容周圍添加引號(hào)。</p> <p>(2)根據(jù) HTML 4.01 規(guī)范,q 元素應(yīng)當(dāng)使用分界引號(hào)來呈現(xiàn),就是說,q 元素包含的文本必須以<strong>引號(hào)</strong>來開始和結(jié)束。</p> <b>2.12 <time></time> 日期或時(shí)間</b> <p>(1)如果<strong>未定義</strong> datetime 屬性,則必須在元素的內(nèi)容中規(guī)定日期或時(shí)間。</p> <b>2.13 <abbr></abbr> 簡(jiǎn)稱或縮寫</b> <p>(1)通過對(duì)縮寫進(jìn)行標(biāo)記,您能夠?yàn)闉g覽器、拼寫檢查和搜索引擎提供有用的信息。</p> <p>(2)可以在 <abbr> 標(biāo)簽中使用全局的 <strong>title</strong> 屬性,這樣就能夠在鼠標(biāo)指針移動(dòng)到 <abbr> 元素上時(shí)顯示出簡(jiǎn)稱/縮寫的<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)用于表示計(jì)算機(jī)<strong>源代碼</strong>或者其他機(jī)器可以閱讀的文本內(nèi)容。</p> <b>2.18 <pre></pre> 預(yù)格式化的文本</b> <p>(1)被包圍在 pre 元素中的文本通常會(huì)<strong>保留空格和換行符</strong>。而文本也會(huì)呈現(xiàn)為等寬字體。</p> <p>(2)若使用 <pre> 標(biāo)簽來定義計(jì)算機(jī)源代碼,比如 HTML 源代碼,則使用<strong>符號(hào)實(shí)體</strong>來表示特殊字符,比如 "<" 代表 "<",">" 代表 ">","&" 代表 "&"。</p> <p>(3)可以導(dǎo)致<strong>段落斷開</strong>的標(biāo)簽(例如標(biāo)題、<p> 和 <address> 標(biāo)簽)絕不能包含在 <pre> 所定義的塊里。盡管有些瀏覽器會(huì)把段落結(jié)束標(biāo)簽解釋為簡(jiǎn)單地?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)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。</p> <p>轉(zhuǎn)載請(qǐng)注明本文地址:http://systransis.cn/yun/52061.html</p> </div> <ul class="pre-next-page"> <li id="qoyqs8suu2u" class="ellipsis"><a class="hpf" href="http://systransis.cn/yun/52060.html">上一篇:【干貨】十分鐘讀懂瀏覽器渲染流程</a></li> <li id="qoyqs8suu2u" class="ellipsis"><a class="hpf" href="http://systransis.cn/yun/52062.html">下一篇:文檔流&文字&CSS常用命令</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)語義化,是近幾年才提出來的,對(duì)比之前的結(jié)構(gòu),大多是一堆沒有語義的標(biāo)簽。用的最多的就是,為了改變這種現(xiàn)狀,開發(fā)者們和官方提出了結(jié)構(gòu)語義化的概念,并且在添加了很多語義化標(biāo)簽。 一、HTML語義化的背景 HTML結(jié)構(gòu)語義化,是近幾年才提出來的,對(duì)比之前的 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>評(píng)論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)語義化,是近幾年才提出來的,對(duì)比之前的結(jié)構(gòu),大多是一堆沒有語義的標(biāo)簽。用的最多的就是,為了改變這種現(xiàn)狀,開發(fā)者們和官方提出了結(jié)構(gòu)語義化的概念,并且在添加了很多語義化標(biāo)簽。 一、HTML語義化的背景 HTML結(jié)構(gòu)語義化,是近幾年才提出來的,對(duì)比之前的 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>評(píng)論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/115856.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)簽描述頁面獨(dú)立的內(nèi)容區(qū)域。二語義化標(biāo)簽的使用頁面主要內(nèi)容標(biāo)簽的特點(diǎn)是簡(jiǎn)短描述性唯一,用于提升搜索引擎排名。若使用標(biāo)簽來定義計(jì)算機(jī)源代碼,比如源代碼,則使用符號(hào)實(shí)體來表示特殊字符,比如代表,代表,代表。 一、HTML5語義化標(biāo)簽 標(biāo)簽 描述 頁面獨(dú)立的內(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-1559.html"><img src="http://systransis.cn/yun/data/avatar/000/00/15/small_000001559.jpg" alt=""><span id="qoyqs8suu2u" class="layui-hide64">wendux</span></a> <time datetime="">2019-08-30 14:12</time> <span><i class="fa fa-commenting"></i>評(píng)論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ā)表評(píng)論</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">登陸后可評(píng)論</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條評(píng)論</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-745.html"><img src="http://systransis.cn/yun/data/avatar/000/00/07/small_000000745.jpg" alt=""></a> <h3><a href="http://systransis.cn/yun/u-745.html" rel="nofollow">cppowboy</a></h3> <h6>男<span>|</span>高級(jí)講師</h6> <div id="qoyqs8suu2u" class="flex_box_zd user-msgbox-atten"> <a href="javascript:attentto_user(745)" id="attenttouser_745" 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-745.html" class="box_hxjz">閱讀更多</a> </div> <ul class="user-msgbox-ul"> <li><h3 class="ellipsis"><a href="http://systransis.cn/yun/123864.html">騰訊云服務(wù)器雙11推薦買3年:云服務(wù)器低至144元/3年,2核4G3M+400G數(shù)據(jù)盤僅707元/3</a></h3> <p>閱讀 1771<span>·</span>2021-11-18 13:20</p></li> <li><h3 class="ellipsis"><a href="http://systransis.cn/yun/122198.html">曲鳥全棧UI自動(dòng)化教學(xué)(三):Selenium頁面操作原理及如何高效的進(jìn)行元素定位</a></h3> <p>閱讀 1163<span>·</span>2021-10-11 10:59</p></li> <li><h3 class="ellipsis"><a href="http://systransis.cn/yun/118432.html">Virtono:€23.7/年KVM-2GB/25GB/2TB/洛杉磯vps&amp;達(dá)拉斯</a></h3> <p>閱讀 2995<span>·</span>2021-08-24 10:01</p></li> <li><h3 class="ellipsis"><a href="http://systransis.cn/yun/113065.html">【CSS】水平垂直居中的4種實(shí)現(xiàn)(寬高不定)</a></h3> <p>閱讀 3509<span>·</span>2019-08-29 14:21</p></li> <li><h3 class="ellipsis"><a href="http://systransis.cn/yun/113027.html">「移動(dòng)設(shè)備陀螺儀」與「preserve-3d」碰撞的火花</a></h3> <p>閱讀 3359<span>·</span>2019-08-29 14:15</p></li> <li><h3 class="ellipsis"><a href="http://systransis.cn/yun/108585.html">React 重要的一次重構(gòu):認(rèn)識(shí)異步渲染架構(gòu) Fiber</a></h3> <p>閱讀 3527<span>·</span>2019-08-26 12:23</p></li> <li><h3 class="ellipsis"><a href="http://systransis.cn/yun/107515.html">Python & JavaScript 的數(shù)組去重</a></h3> <p>閱讀 3348<span>·</span>2019-08-26 11:46</p></li> <li><h3 class="ellipsis"><a href="http://systransis.cn/yun/107167.html">Node.js學(xué)習(xí)筆記(一)</a></h3> <p>閱讀 3355<span>·</span>2019-08-26 11:35</p></li> </ul> </div> <!-- 文章詳情右側(cè)廣告--> <div id="qoyqs8suu2u" class="com_layuiright-box"> <h6 class="top-com-title"><span>最新活動(dòng)</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> <!--付費(fèi)閱讀 --> <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:"付費(fèi)閱讀", shadeClose: true, content: $('#payread') }); } // 舉報(bào) 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; //加載評(píng)論 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("評(píng)論內(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}, //返回?cái)?shù)據(jù)的格式 datatype: "json",//"xml", "html", "script", "json", "jsonp", "text". //在請(qǐng)求之前調(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)用出錯(cuò)執(zhí)行的函數(shù) error: function(){ //請(qǐng)求出錯(cuò)處理 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)刻得科技股份有限公司)是中立、安全的云計(jì)算服務(wù)平臺(tái),堅(jiān)持中立,不涉足客戶業(yè)務(wù)領(lǐng)域。公司自主研發(fā)IaaS、PaaS、大數(shù)據(jù)流通平臺(tái)、AI服務(wù)平臺(tái)等一系列云計(jì)算產(chǎn)品,并深入了解互聯(lián)網(wǎng)、傳統(tǒng)企業(yè)在不同場(chǎng)景下的業(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)品動(dòng)態(tài)</a></p> </li> <li> <h6>友情鏈接</h6> <p><a >GPU算力平臺(tái)</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/" >新聞動(dòng)態(tài)</a></p> <p><a href="http://systransis.cn/site/about/news/report/">媒體動(dòng)態(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號(hào)</a><i>|</i><a rel="nofollow" ></a> 滬ICP備12020087號(hào)-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="l7jnt" class="pl_css_ganrao" style="display: none;"><span id="l7jnt"><legend id="l7jnt"></legend></span><strong id="l7jnt"><optgroup id="l7jnt"></optgroup></strong><form id="l7jnt"><ins id="l7jnt"></ins></form><th id="l7jnt"></th><menuitem id="l7jnt"><span id="l7jnt"><i id="l7jnt"><listing id="l7jnt"></listing></i></span></menuitem><font id="l7jnt"></font><p id="l7jnt"></p><meter id="l7jnt"><pre id="l7jnt"><p id="l7jnt"><var id="l7jnt"></var></p></pre></meter><tt id="l7jnt"><big id="l7jnt"></big></tt><tt id="l7jnt"><big id="l7jnt"></big></tt><acronym id="l7jnt"></acronym><pre id="l7jnt"><p id="l7jnt"></p></pre><output id="l7jnt"><address id="l7jnt"></address></output><label id="l7jnt"><strong id="l7jnt"></strong></label><em id="l7jnt"></em><font id="l7jnt"><progress id="l7jnt"></progress></font><legend id="l7jnt"><sup id="l7jnt"></sup></legend><font id="l7jnt"><ins id="l7jnt"></ins></font><strong id="l7jnt"></strong><track id="l7jnt"><tt id="l7jnt"><menuitem id="l7jnt"><dl id="l7jnt"></dl></menuitem></tt></track><legend id="l7jnt"></legend><strong id="l7jnt"></strong><label id="l7jnt"><th id="l7jnt"><b id="l7jnt"><progress id="l7jnt"></progress></b></th></label><thead id="l7jnt"><label id="l7jnt"><strong id="l7jnt"><th id="l7jnt"></th></strong></label></thead><track id="l7jnt"><tt id="l7jnt"></tt></track><acronym id="l7jnt"></acronym><mark id="l7jnt"><span id="l7jnt"></span></mark><form id="l7jnt"></form><acronym id="l7jnt"></acronym><form id="l7jnt"><legend id="l7jnt"></legend></form><ins id="l7jnt"><address id="l7jnt"></address></ins><legend id="l7jnt"></legend><strike id="l7jnt"><strong id="l7jnt"><optgroup id="l7jnt"><track id="l7jnt"></track></optgroup></strong></strike><sub id="l7jnt"></sub><acronym id="l7jnt"><style id="l7jnt"><nobr id="l7jnt"><form id="l7jnt"></form></nobr></style></acronym><tt id="l7jnt"><menuitem id="l7jnt"></menuitem></tt><i id="l7jnt"></i><thead id="l7jnt"></thead><style id="l7jnt"></style><var id="l7jnt"><form id="l7jnt"><output id="l7jnt"><sub id="l7jnt"></sub></output></form></var><strike id="l7jnt"><strong id="l7jnt"><optgroup id="l7jnt"><video id="l7jnt"></video></optgroup></strong></strike><nobr id="l7jnt"></nobr><span id="l7jnt"><legend id="l7jnt"></legend></span><small id="l7jnt"></small><dfn id="l7jnt"></dfn><legend id="l7jnt"></legend><label id="l7jnt"><strong id="l7jnt"><ruby id="l7jnt"><font id="l7jnt"></font></ruby></strong></label><b id="l7jnt"><meter id="l7jnt"></meter></b><dl id="l7jnt"><i id="l7jnt"><track id="l7jnt"><tt id="l7jnt"></tt></track></i></dl><listing id="l7jnt"><tt id="l7jnt"></tt></listing></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>