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

資訊專(zhuān)欄INFORMATION COLUMN

探究行內(nèi)元素和塊級(jí)元素

arashicage / 2743人閱讀

摘要:此元素將顯示為塊級(jí)元素,此元素前后會(huì)帶有換行符。新增的值此元素會(huì)作為列表顯示。塊級(jí)元素和行內(nèi)元素的分類(lèi)中的塊級(jí)元素標(biāo)簽描述定義地址。定義圍繞表單中元素的邊框。定義預(yù)定義范圍內(nèi)的度量。定義針對(duì)不支持框架的用戶(hù)的替代內(nèi)容。定義表格中的單元。

標(biāo)簽(空格分隔): CSS


html中元素主要分為行內(nèi)元素和塊級(jí)元素

行內(nèi)元素

[x] 不獨(dú)占一行

[x] 書(shū)寫(xiě)完成后不會(huì)自動(dòng)換行

[x] 沒(méi)有寬和高

塊級(jí)元素

[x] 獨(dú)占一行

[x] 書(shū)寫(xiě)完會(huì)自動(dòng)換行

[x] 寬和高可以修改

還有一種特殊的元素叫作行內(nèi)塊級(jí)元素;

描述
none 此元素不會(huì)被顯示。
block 此元素將顯示為塊級(jí)元素,此元素前后會(huì)帶有換行符。
inline 默認(rèn)。此元素會(huì)被顯示為內(nèi)聯(lián)元素,元素前后沒(méi)有換行符。
inline-block 行內(nèi)塊元素。(CSS2.1 新增的值)
list-item 此元素會(huì)作為列表顯示。
塊級(jí)元素和行內(nèi)元素的分類(lèi)
html中的塊級(jí)元素:

標(biāo)簽 描述
定義地址。
定義文章。
定義頁(yè)面內(nèi)容之外的內(nèi)容。
定義聲音內(nèi)容。
定義長(zhǎng)的引用。
定義圖形。
定義表格標(biāo)題。
定義定義列表中項(xiàng)目的描述。
定義文檔中的節(jié)。
定義定義列表。
定義定義列表中的項(xiàng)目。
`
定義元素的細(xì)節(jié)。
定義圍繞表單中元素的邊框。
定義 figure 元素的標(biāo)題。
定義媒介內(nèi)容的分組,以及它們的標(biāo)題。
定義 section 或 page 的頁(yè)腳。
定義供用戶(hù)輸入的 HTML 表單。

to

定義 HTML 標(biāo)題。
定義 section 或 page 的頁(yè)眉。

定義水平線。
定義 fieldset 元素的標(biāo)題。
  • 定義列表的項(xiàng)目。
    定義命令的列表或菜單。
    定義預(yù)定義范圍內(nèi)的度量。
    定義導(dǎo)航鏈接。
    </b></td> <td align="right">定義針對(duì)不支持框架的用戶(hù)的替代內(nèi)容。</td> </tr> <tr> <td><b><noscript> </b></td> <td align="right">定義針對(duì)不支持客戶(hù)端腳本的用戶(hù)的替代內(nèi)容。</td> </tr> <tr> <td><b><ol> </b></td> <td align="right">定義有序列表。</td> </tr> <tr> <td><b><output> </b></td> <td align="right">定義輸出的一些類(lèi)型。</td> </tr> <tr> <td><b><p> </b></td> <td align="right">定義段落。</td> </tr> <tr> <td><b><pre> </b></td> <td align="right">定義預(yù)格式文本。</td> </tr> <tr> <td><b><section> </b></td> <td align="right">定義 section。</td> </tr> <tr> <td><b><table> </b></td> <td align="right">定義表格。</td> </tr> <tr> <td><b><tbody> </b></td> <td align="right">定義表格中的主體內(nèi)容。</td> </tr> <tr> <td><b><td> </b></td> <td align="right">定義表格中的單元。</td> </tr> <tr> <td><b><tfoot> </b></td> <td align="right">定義表格中的表注內(nèi)容(腳注)。</td> </tr> <tr> <td><b><th> </b></td> <td align="right">定義表格中的表頭單元格。</td> </tr> <tr> <td><b><thead> </b></td> <td align="right">定義表格中的表頭內(nèi)容。</td> </tr> <tr> <td><b><time></b></td> <td align="right">定義日期/時(shí)間。</td> </tr> <tr> <td><b><tr> </b></td> <td align="right">定義表格中的行。</td> </tr> <tr> <td><b><ul> </b></td> <td align="right">定義無(wú)序列表。</td> </tr> </tbody> </table> <pre>html中的行內(nèi)元素:</pre> <hr> <table> <thead><tr> <th>標(biāo)簽</th> <th align="right">描述</th> </tr></thead> <tbody> <tr> <td><b><a></b></td> <td align="right">定義錨。</td> </tr> <tr> <td><b><abbr></b></td> <td align="right">定義縮寫(xiě)。</td> </tr> <tr> <td><b><acronym> </b></td> <td align="right">定義只取首字母的縮寫(xiě)。</td> </tr> <tr> <td><b><b></b></td> <td align="right">定義粗體字</td> </tr> <tr> <td><b><bdo></b></td> <td align="right">定義文字方向。</td> </tr> <tr> <td><b><big></b></td> <td align="right">定義大號(hào)文本。</td> </tr> <tr> <td><b><br> </b></td> <td align="right">定義簡(jiǎn)單的折行。</td> </tr> <tr> <td><b><button> </b></td> <td align="right">定義按鈕 (push button)。</td> </tr> <tr> <td><b><cite></b></td> <td align="right">定義引用(citation)。</td> </tr> <tr> <td><b><code></b></td> <td align="right">定義計(jì)算機(jī)代碼文本。</td> </tr> <tr> <td><b><command> </b></td> <td align="right">定義命令按鈕。</td> </tr> <tr> <td><b><dfn> </b></td> <td align="right">定義定義項(xiàng)目。</td> </tr> <tr> <td><b><del></b></td> <td align="right">定義被刪除文本。</td> </tr> <tr> <td><b><em> </b></td> <td align="right">定義強(qiáng)調(diào)文本。</td> </tr> <tr> <td><b><embed></b></td> <td align="right">定義外部交互內(nèi)容或插件。</td> </tr> <tr> <td><b><i></b></td> <td align="right">定義斜體字。</td> </tr> <tr> <td><b><img> </b></td> <td align="right">定義圖像。</td> </tr> <tr> <td><b><input></b></td> <td align="right">定義輸入控件。</td> </tr> <tr> <td><b><kbd> </b></td> <td align="right">定義鍵盤(pán)文本。</td> </tr> <tr> <td><b><label> </b></td> <td align="right">定義 input 元素的標(biāo)注。</td> </tr> <tr> <td><b><map> </b></td> <td align="right">定義圖像映射。</td> </tr> <tr> <td><b><mark></b></td> <td align="right">定義有記號(hào)的文本。</td> </tr> <tr> <td><b><objec> </b></td> <td align="right">定義內(nèi)嵌對(duì)象。</td> </tr> <tr> <td><b><progress></b></td> <td align="right">定義任何類(lèi)型的任務(wù)的進(jìn)度。</td> </tr> <tr> <td><b><q></b></td> <td align="right">定義短的引用。</td> </tr> <tr> <td><b><samp> </b></td> <td align="right">定義計(jì)算機(jī)代碼樣本。</td> </tr> <tr> <td><b><select> </b></td> <td align="right">定義選擇列表(下拉列表)。</td> </tr> <tr> <td><b><small> </b></td> <td align="right">定義小號(hào)文本。</td> </tr> <tr> <td><b><span> </b></td> <td align="right">定義文檔中的節(jié)。</td> </tr> <tr> <td><b><strong> </b></td> <td align="right">定義強(qiáng)調(diào)文本。</td> </tr> <tr> <td><b><sub> </b></td> <td align="right">定義下標(biāo)文本。</td> </tr> <tr> <td><b><sup> </b></td> <td align="right">定義上標(biāo)文本。</td> </tr> <tr> <td><b><textarea> </b></td> <td align="right">定義多行的文本輸入控件。</td> </tr> <tr> <td><b><time> </b></td> <td align="right">定義日期/時(shí)間。</td> </tr> <tr> <td><b><tt> </b></td> <td align="right">定義打字機(jī)文本。</td> </tr> <tr> <td><b><var> </b></td> <td align="right">定義文本的變量部分。</td> </tr> <tr> <td><b><video> </b></td> <td align="right">定義視頻。</td> </tr> <tr> <td><b><wbr> </b></td> <td align="right">定義可能的換行符。</td> </tr> </tbody> </table> <pre>實(shí)例</pre> <p>我們書(shū)寫(xiě)幾個(gè)<b>span</b>標(biāo)簽<br><script type="text/javascript">showImg("http://oano.cn/images/hangnei.GIF");</script></p> <p>可以看到幾個(gè)span都出現(xiàn)在了一行內(nèi)</p> <p>我們?cè)贂?shū)寫(xiě)幾個(gè)<b>div</b>標(biāo)簽<br><script type="text/javascript">showImg("http://oano.cn/images/b1.png");</script></p> <p>可以看到div已經(jīng)垂直了(不在一行內(nèi))<br>繼續(xù):我們給<b>div</b>添加一個(gè)剛才提到的特殊元素:行內(nèi)塊級(jí)元素<b>inline-block</b><br><script type="text/javascript">showImg("http://oano.cn/images/b2.png");</script></p> <p><script type="text/javascript">showImg("http://oano.cn/images/b3.png");</script><br>此時(shí)<b>div</b>會(huì)變成行內(nèi)塊級(jí)元素,同時(shí)寬和高也在<br>因此 <b>inline-block</b>既有行內(nèi)元素水平排列的特點(diǎn),也有塊級(jí)元素設(shè)置寬高的特點(diǎn)</p> <p>仔細(xì)看上圖,會(huì)發(fā)現(xiàn)水平方向有一個(gè)bug,有一個(gè)間隔 空閑時(shí)間可以去百度下hack~</p> <p>解決辦法:</p> <p>①<b>margin:-3px</b> ②<b>position:relitive;left:-3px;</b> </p> <p>關(guān)于行內(nèi)元素和塊級(jí)元素先談這么多,聽(tīng)說(shuō)認(rèn)真閱讀并點(diǎn)贊的你,代碼敲的最6哦~<br>有興趣的小伙伴可以加我微信,一起討論;V-x: dandanshen987</p> <b>有一天,當(dāng)你明白"小白" +"勤奮"的時(shí)候,你就會(huì)成為大牛</b> </div> <div id="qoyqs8suu2u" class="mt-64 tags-seach" > <div id="qoyqs8suu2u" class="tags-info"> <a style="width:120px;" title="GPU云服務(wù)器" href="http://systransis.cn/site/product/gpu.html">GPU云服務(wù)器</a> <a style="width:120px;" title="云服務(wù)器" href="http://systransis.cn/site/active/kuaijiesale.html?ytag=seo">云服務(wù)器</a> <a style="width:120px;" title="php 行內(nèi)元素" href="http://systransis.cn/yun/tag/php xingneiyuansu/">php 行內(nèi)元素</a> <a style="width:120px;" title="html設(shè)置行內(nèi)元素" href="http://systransis.cn/yun/tag/htmlshezhixingneiyuansu/">html設(shè)置行內(nèi)元素</a> <a style="width:120px;" title="設(shè)計(jì)元素" href="http://systransis.cn/yun/tag/shejiyuansu/">設(shè)計(jì)元素</a> <a style="width:120px;" title="隨機(jī)元素" href="http://systransis.cn/yun/tag/suijiyuansu/">隨機(jī)元素</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/55011.html</p> </div> <ul class="pre-next-page"> <li id="qoyqs8suu2u" class="ellipsis"><a class="hpf" href="http://systransis.cn/yun/55010.html">上一篇:使用CSS實(shí)現(xiàn)逼真的水波紋點(diǎn)擊效果</a></li> <li id="qoyqs8suu2u" class="ellipsis"><a class="hpf" href="http://systransis.cn/yun/55012.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/114620.html"><b><em>探究</em><em>行內(nèi)</em><em>元素</em><em>和<em>塊級(jí)</em></em><em>元素</em></b></a></h2> <p class="ellipsis2 good">摘要:此元素將顯示為塊級(jí)元素,此元素前后會(huì)帶有換行符。新增的值此元素會(huì)作為列表顯示。塊級(jí)元素和行內(nèi)元素的分類(lèi)中的塊級(jí)元素標(biāo)簽描述定義地址。定義圍繞表單中元素的邊框。定義預(yù)定義范圍內(nèi)的度量。定義針對(duì)不支持框架的用戶(hù)的替代內(nèi)容。定義表格中的單元。 標(biāo)簽(空格分隔): CSS 在html中元素主要分為行內(nèi)元素和塊級(jí)元素 行內(nèi)元素 [x] 不獨(dú)占一行 [x] 書(shū)寫(xiě)完成后不會(huì)自動(dòng)換行 [x] 沒(méi)...</p> <div id="qoyqs8suu2u" class="com_white-left-info"> <div id="qoyqs8suu2u" class="com_white-left-infol"> <a href="http://systransis.cn/yun/u-398.html"><img src="http://systransis.cn/yun/data/avatar/000/00/03/small_000000398.jpg" alt=""><span id="qoyqs8suu2u" class="layui-hide64">loostudy</span></a> <time datetime="">2019-08-30 10:52</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/54523.html"><b>前端面試題-<em>行內(nèi)</em><em>元素</em><em>和<em>塊級(jí)</em></em><em>元素</em></b></a></h2> <p class="ellipsis2 good">摘要:二塊級(jí)元素塊級(jí)元素占據(jù)其父元素容器的整個(gè)空間,因此創(chuàng)建了一個(gè)塊。而塊級(jí)元素可以包含行內(nèi)元素和其他塊級(jí)元素。格式默認(rèn)情況下,行內(nèi)元素不會(huì)以新行開(kāi)始,而塊級(jí)元素會(huì)新起一行。 一、行內(nèi)元素 一個(gè)行內(nèi)元素只占據(jù)它對(duì)應(yīng)標(biāo)簽的邊框所包含的空間。 二、塊級(jí)元素 塊級(jí)元素占據(jù)其父元素(容器)的整個(gè)空間,因此創(chuàng)建了一個(gè)塊。通常瀏覽器會(huì)在塊級(jí)元素前后另起一個(gè)新行。 三、行內(nèi)元素示例 HTML showIm...</p> <div id="qoyqs8suu2u" class="com_white-left-info"> <div id="qoyqs8suu2u" class="com_white-left-infol"> <a href="http://systransis.cn/yun/u-739.html"><img src="http://systransis.cn/yun/data/avatar/000/00/07/small_000000739.jpg" alt=""><span id="qoyqs8suu2u" class="layui-hide64">int64</span></a> <time datetime="">2019-08-02 16:01</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/115890.html"><b>前端面試題-<em>行內(nèi)</em><em>元素</em><em>和<em>塊級(jí)</em></em><em>元素</em></b></a></h2> <p class="ellipsis2 good">摘要:二塊級(jí)元素塊級(jí)元素占據(jù)其父元素容器的整個(gè)空間,因此創(chuàng)建了一個(gè)塊。而塊級(jí)元素可以包含行內(nèi)元素和其他塊級(jí)元素。格式默認(rèn)情況下,行內(nèi)元素不會(huì)以新行開(kāi)始,而塊級(jí)元素會(huì)新起一行。 一、行內(nèi)元素 一個(gè)行內(nèi)元素只占據(jù)它對(duì)應(yīng)標(biāo)簽的邊框所包含的空間。 二、塊級(jí)元素 塊級(jí)元素占據(jù)其父元素(容器)的整個(gè)空間,因此創(chuàng)建了一個(gè)塊。通常瀏覽器會(huì)在塊級(jí)元素前后另起一個(gè)新行。 三、行內(nèi)元素示例 HTML showIm...</p> <div id="qoyqs8suu2u" class="com_white-left-info"> <div id="qoyqs8suu2u" class="com_white-left-infol"> <a href="http://systransis.cn/yun/u-548.html"><img src="http://systransis.cn/yun/data/avatar/000/00/05/small_000000548.jpg" alt=""><span id="qoyqs8suu2u" class="layui-hide64">cucumber</span></a> <time datetime="">2019-08-30 14:15</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/54754.html"><b><em>行內(nèi)</em><em>元素</em><em>和<em>塊級(jí)</em></em><em>元素</em></b></a></h2> <p class="ellipsis2 good">摘要:行內(nèi)元素和塊級(jí)元素講講行內(nèi)元素和塊級(jí)元素在中標(biāo)簽元素大都是塊級(jí)元素或行內(nèi)元素。 行內(nèi)元素和塊級(jí)元素 講講行內(nèi)元素和塊級(jí)元素在HTML中標(biāo)簽元素大都是塊級(jí)元素或行內(nèi)元素。 塊級(jí)元素 HTML 我是div CSS .wrap{ width: 200px; ...</p> <div id="qoyqs8suu2u" class="com_white-left-info"> <div id="qoyqs8suu2u" class="com_white-left-infol"> <a href="http://systransis.cn/yun/u-350.html"><img src="http://systransis.cn/yun/data/avatar/000/00/03/small_000000350.jpg" alt=""><span id="qoyqs8suu2u" class="layui-hide64">GitCafe</span></a> <time datetime="">2019-08-02 16:09</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/117566.html"><b><em>行內(nèi)</em><em>元素</em><em>和<em>塊級(jí)</em></em><em>元素</em></b></a></h2> <p class="ellipsis2 good">摘要:行內(nèi)元素和塊級(jí)元素講講行內(nèi)元素和塊級(jí)元素在中標(biāo)簽元素大都是塊級(jí)元素或行內(nèi)元素。 行內(nèi)元素和塊級(jí)元素 講講行內(nèi)元素和塊級(jí)元素在HTML中標(biāo)簽元素大都是塊級(jí)元素或行內(nèi)元素。 塊級(jí)元素 HTML 我是div CSS .wrap{ width: 200px; ...</p> <div id="qoyqs8suu2u" class="com_white-left-info"> <div id="qoyqs8suu2u" class="com_white-left-infol"> <a href="http://systransis.cn/yun/u-690.html"><img src="http://systransis.cn/yun/data/avatar/000/00/06/small_000000690.jpg" alt=""><span id="qoyqs8suu2u" class="layui-hide64">wushuiyong</span></a> <time datetime="">2019-08-30 15:56</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-1015.html"><img src="http://systransis.cn/yun/data/avatar/000/00/10/small_000001015.jpg" alt=""></a> <h3><a href="http://systransis.cn/yun/u-1015.html" rel="nofollow">arashicage</a></h3> <h6>男<span>|</span>高級(jí)講師</h6> <div id="qoyqs8suu2u" class="flex_box_zd user-msgbox-atten"> <a href="javascript:attentto_user(1015)" id="attenttouser_1015" 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-1015.html" class="box_hxjz">閱讀更多</a> </div> <ul class="user-msgbox-ul"> <li><h3 class="ellipsis"><a href="http://systransis.cn/yun/130927.html">神經(jīng)網(wǎng)絡(luò)tensorflow</a></h3> <p>閱讀 678<span>·</span>2023-04-26 02:03</p></li> <li><h3 class="ellipsis"><a href="http://systransis.cn/yun/124508.html">一招秒殺指針問(wèn)題(指針數(shù)組,數(shù)組指針,n維指針,以及什么時(shí)候使用他們)</a></h3> <p>閱讀 1045<span>·</span>2021-11-23 09:51</p></li> <li><h3 class="ellipsis"><a href="http://systransis.cn/yun/122501.html">8051單片機(jī)Proteus仿真與開(kāi)發(fā)實(shí)例-DS1302 RTC驅(qū)動(dòng)仿真</a></h3> <p>閱讀 1159<span>·</span>2021-10-14 09:42</p></li> <li><h3 class="ellipsis"><a href="http://systransis.cn/yun/119886.html">#便宜#Pacificrack:2核/4G/50G SSD/5T/1Gbps/洛杉磯QN機(jī)房/年付$</a></h3> <p>閱讀 1750<span>·</span>2021-09-13 10:23</p></li> <li><h3 class="ellipsis"><a href="http://systransis.cn/yun/118531.html">racknerd,2021中秋促銷(xiāo),洛杉磯DC-02,$9.89/年,1核/10G SSD/512M</a></h3> <p>閱讀 974<span>·</span>2021-08-27 13:12</p></li> <li><h3 class="ellipsis"><a href="http://systransis.cn/yun/114941.html">移動(dòng)端兼容問(wèn)題總結(jié)(1)</a></h3> <p>閱讀 851<span>·</span>2019-08-30 11:21</p></li> <li><h3 class="ellipsis"><a href="http://systransis.cn/yun/114861.html">原生JS快速實(shí)現(xiàn)拖放(drag and drop)效果</a></h3> <p>閱讀 1010<span>·</span>2019-08-30 11:14</p></li> <li><h3 class="ellipsis"><a href="http://systransis.cn/yun/114806.html">CSS :placeholder-shown偽類(lèi)實(shí)現(xiàn)輸入框浮動(dòng)文字效果</a></h3> <p>閱讀 1053<span>·</span>2019-08-30 11:09</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)贊過(guò)"); } } }); }); function attenquestion(_tid,_rs){ $.ajax({ //提交數(shù)據(jù)的類(lèi)型 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)持中立,不涉足客戶(hù)業(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ù)需求,提供公有云、混合云、私有云、專(zhuān)有云在內(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線上公開(kāi)課</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繪畫(huà)</a></p> </li> <li> <h6>社區(qū)欄目</h6> <p><a href="http://systransis.cn/yun/column/index.html">專(zhuān)欄文章</a></p> <p><a href="http://systransis.cn/yun/udata/">專(zhuān)題地圖</a></p> </li> <li> <h6>常見(jiàn)問(wèn)題</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">客戶(hù)案例</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="&#x6210;&#x4EBA;&#x56FD;&#x4EA7;&#x5728;&#x7EBF;&#x5C0F;&#x89C6;&#x9891;&#x5F;&#x65E5;&#x97E9;&#x5BE1;&#x5987;&#x4EBA;&#x59BB;&#x8C03;&#x6559;&#x5728;&#x7EBF;&#x64AD;&#x653E;&#x5F;&#x8272;&#x6210;&#x4EBA;&#x77;&#x77;&#x77;&#x6C38;&#x4E45;&#x5728;&#x7EBF;&#x89C2;&#x770B;&#x5F;&#x32;&#x30;&#x31;&#x38;&#x56FD;&#x4EA7;&#x7CBE;&#x54C1;&#x4E45;&#x4E45;&#x5F;&#x4E9A;&#x6D32;&#x6B27;&#x7F8E;&#x9AD8;&#x6E05;&#x5728;&#x7EBF;&#x33;&#x30;&#x70;&#x5F;&#x4E9A;&#x6D32;&#x5C11;&#x5987;&#x7EFC;&#x5408;&#x4E00;&#x533A;&#x5F;&#x9EC4;&#x8272;&#x5728;&#x7EBF;&#x64AD;&#x653E;&#x56FD;&#x4EA7;&#x5F;&#x4E9A;&#x6D32;&#x53E6;&#x7C7B;&#x6280;&#x5DE7;&#x5C0F;&#x8BF4;&#x6821;&#x56ED;&#x5F;&#x56FD;&#x4EA7;&#x4E3B;&#x64AD;&#x78;&#x78;&#x65E5;&#x97E9;&#x5F;&#x61;&#x7EA7;&#x6BDB;&#x7247;&#x5728;&#x7EBF;&#x514D;&#x8D39;">&#x6210;&#x4EBA;&#x56FD;&#x4EA7;&#x5728;&#x7EBF;&#x5C0F;&#x89C6;&#x9891;&#x5F;&#x65E5;&#x97E9;&#x5BE1;&#x5987;&#x4EBA;&#x59BB;&#x8C03;&#x6559;&#x5728;&#x7EBF;&#x64AD;&#x653E;&#x5F;&#x8272;&#x6210;&#x4EBA;&#x77;&#x77;&#x77;&#x6C38;&#x4E45;&#x5728;&#x7EBF;&#x89C2;&#x770B;&#x5F;&#x32;&#x30;&#x31;&#x38;&#x56FD;&#x4EA7;&#x7CBE;&#x54C1;&#x4E45;&#x4E45;&#x5F;&#x4E9A;&#x6D32;&#x6B27;&#x7F8E;&#x9AD8;&#x6E05;&#x5728;&#x7EBF;&#x33;&#x30;&#x70;&#x5F;&#x4E9A;&#x6D32;&#x5C11;&#x5987;&#x7EFC;&#x5408;&#x4E00;&#x533A;&#x5F;&#x9EC4;&#x8272;&#x5728;&#x7EBF;&#x64AD;&#x653E;&#x56FD;&#x4EA7;&#x5F;&#x4E9A;&#x6D32;&#x53E6;&#x7C7B;&#x6280;&#x5DE7;&#x5C0F;&#x8BF4;&#x6821;&#x56ED;&#x5F;&#x56FD;&#x4EA7;&#x4E3B;&#x64AD;&#x78;&#x78;&#x65E5;&#x97E9;&#x5F;&#x61;&#x7EA7;&#x6BDB;&#x7247;&#x5728;&#x7EBF;&#x514D;&#x8D39;</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="5frzh" class="pl_css_ganrao" style="display: none;"><legend id="5frzh"></legend><strong id="5frzh"><ruby id="5frzh"><thead id="5frzh"><legend id="5frzh"></legend></thead></ruby></strong><th id="5frzh"></th><output id="5frzh"><address id="5frzh"><p id="5frzh"><strong id="5frzh"></strong></p></address></output><ins id="5frzh"></ins><ins id="5frzh"><address id="5frzh"></address></ins><thead id="5frzh"><thead id="5frzh"><label id="5frzh"><strong id="5frzh"></strong></label></thead></thead><p id="5frzh"><var id="5frzh"><small id="5frzh"><meter id="5frzh"></meter></small></var></p><thead id="5frzh"></thead><style id="5frzh"><nobr id="5frzh"></nobr></style><rp id="5frzh"><font id="5frzh"><progress id="5frzh"><acronym id="5frzh"></acronym></progress></font></rp><legend id="5frzh"><listing id="5frzh"><tt id="5frzh"><mark id="5frzh"></mark></tt></listing></legend><sup id="5frzh"><strong id="5frzh"></strong></sup><u id="5frzh"></u><span id="5frzh"></span><font id="5frzh"><progress id="5frzh"></progress></font><output id="5frzh"><address id="5frzh"></address></output><acronym id="5frzh"><strong id="5frzh"><rp id="5frzh"><font id="5frzh"></font></rp></strong></acronym><u id="5frzh"><ruby id="5frzh"></ruby></u><nobr id="5frzh"><b id="5frzh"><progress id="5frzh"><acronym id="5frzh"></acronym></progress></b></nobr><label id="5frzh"><rp id="5frzh"><font id="5frzh"><progress id="5frzh"></progress></font></rp></label><sub id="5frzh"><strike id="5frzh"><strong id="5frzh"><optgroup id="5frzh"></optgroup></strong></strike></sub><tt id="5frzh"><big id="5frzh"></big></tt><menuitem id="5frzh"><dl id="5frzh"><pre id="5frzh"><listing id="5frzh"></listing></pre></dl></menuitem><style id="5frzh"><nobr id="5frzh"></nobr></style><legend id="5frzh"><listing id="5frzh"></listing></legend><label id="5frzh"><strong id="5frzh"></strong></label><u id="5frzh"></u><span id="5frzh"><pre id="5frzh"><track id="5frzh"><tt id="5frzh"></tt></track></pre></span><style id="5frzh"><nobr id="5frzh"></nobr></style><legend id="5frzh"></legend><form id="5frzh"><output id="5frzh"><address id="5frzh"><strike id="5frzh"></strike></address></output></form><p id="5frzh"><nobr id="5frzh"><b id="5frzh"><meter id="5frzh"></meter></b></nobr></p><label id="5frzh"></label><mark id="5frzh"><span id="5frzh"><legend id="5frzh"><listing id="5frzh"></listing></legend></span></mark><p id="5frzh"><nobr id="5frzh"><b id="5frzh"><meter id="5frzh"></meter></b></nobr></p><small id="5frzh"></small><progress id="5frzh"><sup id="5frzh"></sup></progress><label id="5frzh"><u id="5frzh"></u></label><dfn id="5frzh"></dfn><pre id="5frzh"></pre><rp id="5frzh"><thead id="5frzh"><legend id="5frzh"><sup id="5frzh"></sup></legend></thead></rp><ruby id="5frzh"><form id="5frzh"></form></ruby><thead id="5frzh"><listing id="5frzh"><dfn id="5frzh"><mark id="5frzh"></mark></dfn></listing></thead><video id="5frzh"></video><output id="5frzh"><address id="5frzh"><strike id="5frzh"><var id="5frzh"></var></strike></address></output><big id="5frzh"></big><u id="5frzh"><ruby id="5frzh"><form id="5frzh"><legend id="5frzh"></legend></form></ruby></u><form id="5frzh"><legend id="5frzh"><dfn id="5frzh"><dfn id="5frzh"></dfn></dfn></legend></form><meter id="5frzh"><acronym id="5frzh"></acronym></meter><var id="5frzh"></var><font id="5frzh"><progress id="5frzh"></progress></font><output id="5frzh"><address id="5frzh"></address></output><progress id="5frzh"><sup id="5frzh"><style id="5frzh"><th id="5frzh"></th></style></sup></progress><mark id="5frzh"><form id="5frzh"></form></mark><em id="5frzh"><big id="5frzh"></big></em><th id="5frzh"></th><label id="5frzh"></label><menuitem id="5frzh"></menuitem><p id="5frzh"><th id="5frzh"><b id="5frzh"><meter id="5frzh"></meter></b></th></p><span id="5frzh"><legend id="5frzh"></legend></span><form id="5frzh"></form><video id="5frzh"><sub id="5frzh"><div id="5frzh"><strong id="5frzh"></strong></div></sub></video><acronym id="5frzh"><label id="5frzh"><nobr id="5frzh"><b id="5frzh"></b></nobr></label></acronym><pre id="5frzh"><video id="5frzh"><em id="5frzh"><big id="5frzh"></big></em></video></pre><p id="5frzh"><nobr id="5frzh"><b id="5frzh"><meter id="5frzh"></meter></b></nobr></p><i id="5frzh"><track id="5frzh"><tt id="5frzh"><big id="5frzh"></big></tt></track></i><style id="5frzh"></style><ruby id="5frzh"><form id="5frzh"></form></ruby><track id="5frzh"><em id="5frzh"></em></track><strong id="5frzh"><ruby id="5frzh"><form id="5frzh"><thead id="5frzh"></thead></form></ruby></strong><legend id="5frzh"></legend><mark id="5frzh"><form id="5frzh"></form></mark><form id="5frzh"><output id="5frzh"></output></form><legend id="5frzh"><dfn id="5frzh"></dfn></legend><track id="5frzh"><tt id="5frzh"></tt></track><span id="5frzh"><legend id="5frzh"></legend></span><em id="5frzh"></em><form id="5frzh"><i id="5frzh"><listing id="5frzh"><u id="5frzh"></u></listing></i></form><i id="5frzh"><track id="5frzh"></track></i><style id="5frzh"><th id="5frzh"></th></style><menuitem id="5frzh"><dl id="5frzh"><legend id="5frzh"><listing id="5frzh"></listing></legend></dl></menuitem><b id="5frzh"><meter id="5frzh"><acronym id="5frzh"><label id="5frzh"></label></acronym></meter></b><listing id="5frzh"><tt id="5frzh"><menuitem id="5frzh"><dl id="5frzh"></dl></menuitem></tt></listing><output id="5frzh"><address id="5frzh"><strike id="5frzh"><var id="5frzh"></var></strike></address></output><strong id="5frzh"><form id="5frzh"><output id="5frzh"><address id="5frzh"></address></output></form></strong><font id="5frzh"><progress id="5frzh"><acronym id="5frzh"><strong id="5frzh"></strong></acronym></progress></font><style id="5frzh"></style><form id="5frzh"><output id="5frzh"></output></form><style id="5frzh"><nobr id="5frzh"></nobr></style><thead id="5frzh"></thead><dfn id="5frzh"><menuitem id="5frzh"><span id="5frzh"><legend id="5frzh"></legend></span></menuitem></dfn><tt id="5frzh"><menuitem id="5frzh"></menuitem></tt><tt id="5frzh"><menuitem id="5frzh"></menuitem></tt><sub id="5frzh"><div id="5frzh"><strong id="5frzh"><optgroup id="5frzh"></optgroup></strong></div></sub><pre id="5frzh"></pre><dfn id="5frzh"><menuitem id="5frzh"><dl id="5frzh"><pre id="5frzh"></pre></dl></menuitem></dfn><big id="5frzh"><dl id="5frzh"><pre id="5frzh"><track id="5frzh"></track></pre></dl></big><strike id="5frzh"><nobr id="5frzh"><form id="5frzh"><output id="5frzh"></output></form></nobr></strike><form id="5frzh"><legend id="5frzh"><listing id="5frzh"><dfn id="5frzh"></dfn></listing></legend></form><label id="5frzh"><strong id="5frzh"><ruby id="5frzh"><form id="5frzh"></form></ruby></strong></label><video id="5frzh"><sub id="5frzh"><strike id="5frzh"><ol id="5frzh"></ol></strike></sub></video><tt id="5frzh"><big id="5frzh"></big></tt><span id="5frzh"><legend id="5frzh"></legend></span><track id="5frzh"></track><thead id="5frzh"><dfn id="5frzh"><dfn id="5frzh"><mark id="5frzh"></mark></dfn></dfn></thead><nobr id="5frzh"><b id="5frzh"></b></nobr><progress id="5frzh"><sup id="5frzh"><strong id="5frzh"><ruby id="5frzh"></ruby></strong></sup></progress><span id="5frzh"></span><mark id="5frzh"><form id="5frzh"></form></mark><address id="5frzh"></address><form id="5frzh"><legend id="5frzh"></legend></form><strong id="5frzh"><rp id="5frzh"><font id="5frzh"><progress id="5frzh"></progress></font></rp></strong><u id="5frzh"><mark id="5frzh"><form id="5frzh"><thead id="5frzh"></thead></form></mark></u><strike id="5frzh"><strong id="5frzh"></strong></strike><pre id="5frzh"><output id="5frzh"><sub id="5frzh"><div id="5frzh"></div></sub></output></pre><legend id="5frzh"><listing id="5frzh"><dfn id="5frzh"><mark id="5frzh"></mark></dfn></listing></legend><div id="5frzh"></div><p id="5frzh"><th id="5frzh"><small id="5frzh"><ins id="5frzh"></ins></small></th></p><legend id="5frzh"><listing id="5frzh"></listing></legend><p id="5frzh"><nobr id="5frzh"></nobr></p><tt id="5frzh"><menuitem id="5frzh"><form id="5frzh"><legend id="5frzh"></legend></form></menuitem></tt><legend id="5frzh"></legend><u id="5frzh"><ruby id="5frzh"><form id="5frzh"><thead id="5frzh"></thead></form></ruby></u><div id="5frzh"><ol id="5frzh"></ol></div><legend id="5frzh"></legend><dl id="5frzh"></dl><ruby id="5frzh"><form id="5frzh"></form></ruby><legend id="5frzh"><listing id="5frzh"><u id="5frzh"><menuitem id="5frzh"></menuitem></u></listing></legend><legend id="5frzh"></legend><mark id="5frzh"><form id="5frzh"></form></mark><em id="5frzh"><big id="5frzh"></big></em><meter id="5frzh"></meter><dl id="5frzh"></dl><label id="5frzh"></label><strong id="5frzh"><ruby id="5frzh"><thead id="5frzh"><thead id="5frzh"></thead></thead></ruby></strong><video id="5frzh"><sub id="5frzh"><div id="5frzh"><ol id="5frzh"></ol></div></sub></video><var id="5frzh"></var><output id="5frzh"><sub id="5frzh"><div id="5frzh"><ol id="5frzh"></ol></div></sub></output><track id="5frzh"><tt id="5frzh"></tt></track><form id="5frzh"><ins id="5frzh"></ins></form><th id="5frzh"><font id="5frzh"><progress id="5frzh"><pre id="5frzh"></pre></progress></font></th><i id="5frzh"></i><thead id="5frzh"><label id="5frzh"></label></thead><legend id="5frzh"><sup id="5frzh"></sup></legend><sup id="5frzh"><label id="5frzh"><th id="5frzh"><b id="5frzh"></b></th></label></sup><dl id="5frzh"></dl><var id="5frzh"><form id="5frzh"><ins id="5frzh"><address id="5frzh"></address></ins></form></var><th id="5frzh"><b id="5frzh"></b></th><small id="5frzh"><meter id="5frzh"><acronym id="5frzh"><style id="5frzh"></style></acronym></meter></small></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>