亚洲中字慕日产2020,大陆极品少妇内射AAAAAA,无码av大香线蕉伊人久久,久久精品国产亚洲av麻豆网站

資訊專欄INFORMATION COLUMN

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

arashicage / 2787人閱讀

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

標簽(空格分隔): CSS


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

行內(nèi)元素

[x] 不獨占一行

[x] 書寫完成后不會自動換行

[x] 沒有寬和高

塊級元素

[x] 獨占一行

[x] 書寫完會自動換行

[x] 寬和高可以修改

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

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

<style id="mhxng"><ruby id="mhxng"></ruby></style>
<
標簽 描述
定義地址。
定義文章。
定義頁面內(nèi)容之外的內(nèi)容。
定義聲音內(nèi)容。
定義長的引用。
定義圖形。
定義表格標題。
定義定義列表中項目的描述。
定義文檔中的節(jié)。
定義定義列表。
定義定義列表中的項目。
`
定義元素的細節(jié)。
定義圍繞表單中元素的邊框。
定義 figure 元素的標題。
定義媒介內(nèi)容的分組,以及它們的標題。
定義 section 或 page 的頁腳。
定義供用戶輸入的 HTML 表單。

to

定義 HTML 標題。
定義 section 或 page 的頁眉。

定義水平線。
定義 fieldset 元素的標題。
  • 定義列表的項目。
    定義命令的列表或菜單。
    定義預(yù)定義范圍內(nèi)的度量。
    定義導(dǎo)航鏈接。
    </b></td> <td align="right">定義針對不支持框架的用戶的替代內(nèi)容。</td> </tr> <tr> <td><b><noscript> </b></td> <td align="right">定義針對不支持客戶端腳本的用戶的替代內(nèi)容。</td> </tr> <tr> <td><b><ol> </b></td> <td align="right">定義有序列表。</td> </tr> <tr> <td><b><output> </b></td> <td align="right">定義輸出的一些類型。</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">定義日期/時間。</td> </tr> <tr> <td><b><tr> </b></td> <td align="right">定義表格中的行。</td> </tr> <tr> <td><b><ul> </b></td> <td align="right">定義無序列表。</td> </tr> </tbody> </table> <pre>html中的行內(nèi)元素:</pre> <hr> <table> <thead><tr> <th>標簽</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">定義縮寫。</td> </tr> <tr> <td><b><acronym> </b></td> <td align="right">定義只取首字母的縮寫。</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">定義大號文本。</td> </tr> <tr> <td><b><br> </b></td> <td align="right">定義簡單的折行。</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">定義計算機代碼文本。</td> </tr> <tr> <td><b><command> </b></td> <td align="right">定義命令按鈕。</td> </tr> <tr> <td><b><dfn> </b></td> <td align="right">定義定義項目。</td> </tr> <tr> <td><b><del></b></td> <td align="right">定義被刪除文本。</td> </tr> <tr> <td><b><em> </b></td> <td align="right">定義強調(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">定義鍵盤文本。</td> </tr> <tr> <td><b><label> </b></td> <td align="right">定義 input 元素的標注。</td> </tr> <tr> <td><b><map> </b></td> <td align="right">定義圖像映射。</td> </tr> <tr> <td><b><mark></b></td> <td align="right">定義有記號的文本。</td> </tr> <tr> <td><b><objec> </b></td> <td align="right">定義內(nèi)嵌對象。</td> </tr> <tr> <td><b><progress></b></td> <td align="right">定義任何類型的任務(wù)的進度。</td> </tr> <tr> <td><b><q></b></td> <td align="right">定義短的引用。</td> </tr> <tr> <td><b><samp> </b></td> <td align="right">定義計算機代碼樣本。</td> </tr> <tr> <td><b><select> </b></td> <td align="right">定義選擇列表(下拉列表)。</td> </tr> <tr> <td><b><small> </b></td> <td align="right">定義小號文本。</td> </tr> <tr> <td><b><span> </b></td> <td align="right">定義文檔中的節(jié)。</td> </tr> <tr> <td><b><strong> </b></td> <td align="right">定義強調(diào)文本。</td> </tr> <tr> <td><b><sub> </b></td> <td align="right">定義下標文本。</td> </tr> <tr> <td><b><sup> </b></td> <td align="right">定義上標文本。</td> </tr> <tr> <td><b><textarea> </b></td> <td align="right">定義多行的文本輸入控件。</td> </tr> <tr> <td><b><time> </b></td> <td align="right">定義日期/時間。</td> </tr> <tr> <td><b><tt> </b></td> <td align="right">定義打字機文本。</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>實例</pre> <p>我們書寫幾個<b>span</b>標簽<br><script type="text/javascript">showImg("http://oano.cn/images/hangnei.GIF");</script></p> <p>可以看到幾個span都出現(xiàn)在了一行內(nèi)</p> <p>我們再書寫幾個<b>div</b>標簽<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>添加一個剛才提到的特殊元素:行內(nèi)塊級元素<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>此時<b>div</b>會變成行內(nèi)塊級元素,同時寬和高也在<br>因此 <b>inline-block</b>既有行內(nèi)元素水平排列的特點,也有塊級元素設(shè)置寬高的特點</p> <p>仔細看上圖,會發(fā)現(xiàn)水平方向有一個bug,有一個間隔 空閑時間可以去百度下hack~</p> <p>解決辦法:</p> <p>①<b>margin:-3px</b> ②<b>position:relitive;left:-3px;</b> </p> <p>關(guān)于行內(nèi)元素和塊級元素先談這么多,聽說認真閱讀并點贊的你,代碼敲的最6哦~<br>有興趣的小伙伴可以加我微信,一起討論;V-x: dandanshen987</p> <b>有一天,當你明白"小白" +"勤奮"的時候,你就會成為大牛</b> </div> <div id="dnkpnhlp" class="mt-64 tags-seach" > <div id="dnkpnhlp" class="tags-info"> <a style="width:120px;" title="GPU云服務(wù)器" href="http://www.ezyhdfw.cn/site/product/gpu.html">GPU云服務(wù)器</a> <a style="width:120px;" title="云服務(wù)器" href="http://www.ezyhdfw.cn/site/active/kuaijiesale.html?ytag=seo">云服務(wù)器</a> <a style="width:120px;" title="php 行內(nèi)元素" href="http://www.ezyhdfw.cn/yun/tag/php xingneiyuansu/">php 行內(nèi)元素</a> <a style="width:120px;" title="html設(shè)置行內(nèi)元素" href="http://www.ezyhdfw.cn/yun/tag/htmlshezhixingneiyuansu/">html設(shè)置行內(nèi)元素</a> <a style="width:120px;" title="設(shè)計元素" href="http://www.ezyhdfw.cn/yun/tag/shejiyuansu/">設(shè)計元素</a> <a style="width:120px;" title="隨機元素" href="http://www.ezyhdfw.cn/yun/tag/suijiyuansu/">隨機元素</a> </div> </div> <div id="dnkpnhlp" class="entry-copyright mb-30"> <p class="mb-15"> 文章版權(quán)歸作者所有,未經(jīng)允許請勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。</p> <p>轉(zhuǎn)載請注明本文地址:http://www.ezyhdfw.cn/yun/55011.html</p> </div> <ul class="pre-next-page"> <li id="dnkpnhlp" class="ellipsis"><a class="hpf" href="http://www.ezyhdfw.cn/yun/55010.html">上一篇:使用CSS實現(xiàn)逼真的水波紋點擊效果</a></li> <li id="dnkpnhlp" class="ellipsis"><a class="hpf" href="http://www.ezyhdfw.cn/yun/55012.html">下一篇:CSS雙飛翼布局</a></li> </ul> </div> <div id="dnkpnhlp" 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="dnkpnhlp" class="atricle-list-right"> <h2 class="ellipsis2"><a class="hpf" href="http://www.ezyhdfw.cn/yun/114620.html"><b><em>探究</em><em>行內(nèi)</em><em>元素</em><em>和<em>塊級</em></em><em>元素</em></b></a></h2> <p class="ellipsis2 good">摘要:此元素將顯示為塊級元素,此元素前后會帶有換行符。新增的值此元素會作為列表顯示。塊級元素和行內(nèi)元素的分類中的塊級元素標簽描述定義地址。定義圍繞表單中元素的邊框。定義預(yù)定義范圍內(nèi)的度量。定義針對不支持框架的用戶的替代內(nèi)容。定義表格中的單元。 標簽(空格分隔): CSS 在html中元素主要分為行內(nèi)元素和塊級元素 行內(nèi)元素 [x] 不獨占一行 [x] 書寫完成后不會自動換行 [x] 沒...</p> <div id="dnkpnhlp" class="com_white-left-info"> <div id="dnkpnhlp" class="com_white-left-infol"> <a href="http://www.ezyhdfw.cn/yun/u-398.html"><img src="http://www.ezyhdfw.cn/yun/data/avatar/000/00/03/small_000000398.jpg" alt=""><span id="dnkpnhlp" class="layui-hide64">loostudy</span></a> <time datetime="">2019-08-30 10:52</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="dnkpnhlp" class="atricle-list-right"> <h2 class="ellipsis2"><a class="hpf" href="http://www.ezyhdfw.cn/yun/54523.html"><b>前端面試題-<em>行內(nèi)</em><em>元素</em><em>和<em>塊級</em></em><em>元素</em></b></a></h2> <p class="ellipsis2 good">摘要:二塊級元素塊級元素占據(jù)其父元素容器的整個空間,因此創(chuàng)建了一個塊。而塊級元素可以包含行內(nèi)元素和其他塊級元素。格式默認情況下,行內(nèi)元素不會以新行開始,而塊級元素會新起一行。 一、行內(nèi)元素 一個行內(nèi)元素只占據(jù)它對應(yīng)標簽的邊框所包含的空間。 二、塊級元素 塊級元素占據(jù)其父元素(容器)的整個空間,因此創(chuàng)建了一個塊。通常瀏覽器會在塊級元素前后另起一個新行。 三、行內(nèi)元素示例 HTML showIm...</p> <div id="dnkpnhlp" class="com_white-left-info"> <div id="dnkpnhlp" class="com_white-left-infol"> <a href="http://www.ezyhdfw.cn/yun/u-739.html"><img src="http://www.ezyhdfw.cn/yun/data/avatar/000/00/07/small_000000739.jpg" alt=""><span id="dnkpnhlp" class="layui-hide64">int64</span></a> <time datetime="">2019-08-02 16:01</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="dnkpnhlp" class="atricle-list-right"> <h2 class="ellipsis2"><a class="hpf" href="http://www.ezyhdfw.cn/yun/115890.html"><b>前端面試題-<em>行內(nèi)</em><em>元素</em><em>和<em>塊級</em></em><em>元素</em></b></a></h2> <p class="ellipsis2 good">摘要:二塊級元素塊級元素占據(jù)其父元素容器的整個空間,因此創(chuàng)建了一個塊。而塊級元素可以包含行內(nèi)元素和其他塊級元素。格式默認情況下,行內(nèi)元素不會以新行開始,而塊級元素會新起一行。 一、行內(nèi)元素 一個行內(nèi)元素只占據(jù)它對應(yīng)標簽的邊框所包含的空間。 二、塊級元素 塊級元素占據(jù)其父元素(容器)的整個空間,因此創(chuàng)建了一個塊。通常瀏覽器會在塊級元素前后另起一個新行。 三、行內(nèi)元素示例 HTML showIm...</p> <div id="dnkpnhlp" class="com_white-left-info"> <div id="dnkpnhlp" class="com_white-left-infol"> <a href="http://www.ezyhdfw.cn/yun/u-548.html"><img src="http://www.ezyhdfw.cn/yun/data/avatar/000/00/05/small_000000548.jpg" alt=""><span id="dnkpnhlp" class="layui-hide64">cucumber</span></a> <time datetime="">2019-08-30 14:15</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="dnkpnhlp" class="atricle-list-right"> <h2 class="ellipsis2"><a class="hpf" href="http://www.ezyhdfw.cn/yun/54754.html"><b><em>行內(nèi)</em><em>元素</em><em>和<em>塊級</em></em><em>元素</em></b></a></h2> <p class="ellipsis2 good">摘要:行內(nèi)元素和塊級元素講講行內(nèi)元素和塊級元素在中標簽元素大都是塊級元素或行內(nèi)元素。 行內(nèi)元素和塊級元素 講講行內(nèi)元素和塊級元素在HTML中標簽元素大都是塊級元素或行內(nèi)元素。 塊級元素 HTML 我是div CSS .wrap{ width: 200px; ...</p> <div id="dnkpnhlp" class="com_white-left-info"> <div id="dnkpnhlp" class="com_white-left-infol"> <a href="http://www.ezyhdfw.cn/yun/u-350.html"><img src="http://www.ezyhdfw.cn/yun/data/avatar/000/00/03/small_000000350.jpg" alt=""><span id="dnkpnhlp" class="layui-hide64">GitCafe</span></a> <time datetime="">2019-08-02 16:09</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="dnkpnhlp" class="atricle-list-right"> <h2 class="ellipsis2"><a class="hpf" href="http://www.ezyhdfw.cn/yun/117566.html"><b><em>行內(nèi)</em><em>元素</em><em>和<em>塊級</em></em><em>元素</em></b></a></h2> <p class="ellipsis2 good">摘要:行內(nèi)元素和塊級元素講講行內(nèi)元素和塊級元素在中標簽元素大都是塊級元素或行內(nèi)元素。 行內(nèi)元素和塊級元素 講講行內(nèi)元素和塊級元素在HTML中標簽元素大都是塊級元素或行內(nèi)元素。 塊級元素 HTML 我是div CSS .wrap{ width: 200px; ...</p> <div id="dnkpnhlp" class="com_white-left-info"> <div id="dnkpnhlp" class="com_white-left-infol"> <a href="http://www.ezyhdfw.cn/yun/u-690.html"><img src="http://www.ezyhdfw.cn/yun/data/avatar/000/00/06/small_000000690.jpg" alt=""><span id="dnkpnhlp" class="layui-hide64">wushuiyong</span></a> <time datetime="">2019-08-30 15:56</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="dnkpnhlp" class="topicone-box-wangeditor"> <h3 class="top-com-title mb-64"><span>發(fā)表評論</span></h3> <div id="dnkpnhlp" class="xcp-publish-main flex_box_zd"> <div id="dnkpnhlp" class="unlogin-pinglun-box"> <a href="javascript:login()" class="grad">登陸后可評論</a> </div> </div> </div> <div id="dnkpnhlp" class="site-box-content"> <div id="dnkpnhlp" class="site-content-title"> <h3 class="top-com-title mb-64"><span>0條評論</span></h3> </div> <div id="dnkpnhlp" class="pages"></ul></div> </div> </div> <div id="dnkpnhlp" class="layui-col-md4 layui-col-lg3 com_white-right site-wrap-right"> <div id="dnkpnhlp" class=""> <div id="dnkpnhlp" class="com_layuiright-box user-msgbox"> <a href="http://www.ezyhdfw.cn/yun/u-1015.html"><img src="http://www.ezyhdfw.cn/yun/data/avatar/000/00/10/small_000001015.jpg" alt=""></a> <h3><a href="http://www.ezyhdfw.cn/yun/u-1015.html" rel="nofollow">arashicage</a></h3> <h6>男<span>|</span>高級講師</h6> <div id="dnkpnhlp" 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="dnkpnhlp" class="user-msgbox-list flex_box_zd"> <h3 class="hpf">TA的文章</h3> <a href="http://www.ezyhdfw.cn/yun/ut-1015.html" class="box_hxjz">閱讀更多</a> </div> <ul class="user-msgbox-ul"> <li><h3 class="ellipsis"><a href="http://www.ezyhdfw.cn/yun/130927.html">神經(jīng)網(wǎng)絡(luò)tensorflow</a></h3> <p>閱讀 742<span>·</span>2023-04-26 02:03</p></li> <li><h3 class="ellipsis"><a href="http://www.ezyhdfw.cn/yun/124508.html">一招秒殺指針問題(指針數(shù)組,數(shù)組指針,n維指針,以及什么時候使用他們)</a></h3> <p>閱讀 1098<span>·</span>2021-11-23 09:51</p></li> <li><h3 class="ellipsis"><a href="http://www.ezyhdfw.cn/yun/122501.html">8051單片機Proteus仿真與開發(fā)實例-DS1302 RTC驅(qū)動仿真</a></h3> <p>閱讀 1238<span>·</span>2021-10-14 09:42</p></li> <li><h3 class="ellipsis"><a href="http://www.ezyhdfw.cn/yun/119886.html">#便宜#Pacificrack:2核/4G/50G SSD/5T/1Gbps/洛杉磯QN機房/年付$</a></h3> <p>閱讀 1808<span>·</span>2021-09-13 10:23</p></li> <li><h3 class="ellipsis"><a href="http://www.ezyhdfw.cn/yun/118531.html">racknerd,2021中秋促銷,洛杉磯DC-02,$9.89/年,1核/10G SSD/512M</a></h3> <p>閱讀 1045<span>·</span>2021-08-27 13:12</p></li> <li><h3 class="ellipsis"><a href="http://www.ezyhdfw.cn/yun/114941.html">移動端兼容問題總結(jié)(1)</a></h3> <p>閱讀 913<span>·</span>2019-08-30 11:21</p></li> <li><h3 class="ellipsis"><a href="http://www.ezyhdfw.cn/yun/114861.html">原生JS快速實現(xiàn)拖放(drag and drop)效果</a></h3> <p>閱讀 1062<span>·</span>2019-08-30 11:14</p></li> <li><h3 class="ellipsis"><a href="http://www.ezyhdfw.cn/yun/114806.html">CSS :placeholder-shown偽類實現(xiàn)輸入框浮動文字效果</a></h3> <p>閱讀 1120<span>·</span>2019-08-30 11:09</p></li> </ul> </div> <!-- 文章詳情右側(cè)廣告--> <div id="dnkpnhlp" class="com_layuiright-box"> <h6 class="top-com-title"><span>最新活動</span></h6> <div id="dnkpnhlp" class="com_adbox"> <div id="dnkpnhlp" class="layui-carousel" id="right-item"> <div carousel-item> <div> <a href="http://www.ezyhdfw.cn/site/active/kuaijiesale.html?ytag=seo" rel="nofollow"> <img src="http://www.ezyhdfw.cn/yun/data/attach/240625/2rTjEHmi.png" alt="云服務(wù)器"> </a> </div> <div> <a href="http://www.ezyhdfw.cn/site/product/gpu.html" rel="nofollow"> <img src="http://www.ezyhdfw.cn/yun/data/attach/240807/7NjZjdrd.png" alt="GPU云服務(wù)器"> </a> </div> </div> </div> </div> <!-- banner結(jié)束 --> <div id="dnkpnhlp" class="adhtml"> </div> <script> $(function(){ $.ajax({ type: "GET", url:"http://www.ezyhdfw.cn/yun/ad/getad/1.html", cache: false, success: function(text){ $(".adhtml").html(text); } }); }) </script> </div> </div> </div> </div> </div> </section> <!-- wap拉出按鈕 --> <div id="dnkpnhlp" class="site-tree-mobile layui-hide"> <i class="layui-icon layui-icon-spread-left"></i> </div> <!-- wap遮罩層 --> <div id="dnkpnhlp" class="site-mobile-shade"></div> <!--付費閱讀 --> <div class="dnkpnhlp" id="payread"> <div id="dnkpnhlp" class="layui-form-item">閱讀需要支付1元查看</div> <div id="dnkpnhlp" 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://www.ezyhdfw.cn/yun/static/js/neweditor/code/styles/tomorrow-night-eighties.css"> <script src="http://www.ezyhdfw.cn/yun/static/js/neweditor/code/highlight.pack.js" type="text/javascript"></script> <script src="http://www.ezyhdfw.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://www.ezyhdfw.cn/yun/index.php?topic/ajaxhassupport/" + tid, cache: false, success: function(hassupport){ if (hassupport != '1'){ $.ajax({ type: "GET", cache:false, url: "http://www.ezyhdfw.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://www.ezyhdfw.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="dnkpnhlp" class="layui-container"> <div id="dnkpnhlp" class="flex_box_zd"> <div id="dnkpnhlp" class="left-footer"> <h6><a href="http://www.ezyhdfw.cn/"><img src="http://www.ezyhdfw.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="dnkpnhlp" class="right-footer layui-hidemd"> <ul class="flex_box_zd"> <li> <h6>UCloud與云服務(wù)</h6> <p><a href="http://www.ezyhdfw.cn/site/about/intro/">公司介紹</a></p> <p><a >加入我們</a></p> <p><a href="http://www.ezyhdfw.cn/site/ucan/onlineclass/">UCan線上公開課</a></p> <p><a href="http://www.ezyhdfw.cn/site/solutions.html" >行業(yè)解決方案</a></p> <p><a href="http://www.ezyhdfw.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 >AI繪畫</a></p> <p><a >Wavespeed AI</a></p> </li> <li> <h6>社區(qū)欄目</h6> <p><a href="http://www.ezyhdfw.cn/yun/column/index.html">專欄文章</a></p> <p><a href="http://www.ezyhdfw.cn/yun/udata/">專題地圖</a></p> </li> <li> <h6>常見問題</h6> <p><a href="http://www.ezyhdfw.cn/site/ucsafe/notice.html" >安全中心</a></p> <p><a href="http://www.ezyhdfw.cn/site/about/news/recent/" >新聞動態(tài)</a></p> <p><a href="http://www.ezyhdfw.cn/site/about/news/report/">媒體動態(tài)</a></p> <p><a href="http://www.ezyhdfw.cn/site/cases.html">客戶案例</a></p> <p><a href="http://www.ezyhdfw.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="dnkpnhlp" class="copyright">Copyright ? 2012-2025 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://www.ezyhdfw.cn/" title="&#20122;&#27954;&#20013;&#23383;&#24917;&#26085;&#20135;&#50;&#48;&#50;&#48;&#44;&#22823;&#38470;&#26497;&#21697;&#23569;&#22919;&#20869;&#23556;&#65;&#65;&#65;&#65;&#65;&#65;&#44;&#26080;&#30721;&#97;&#118;&#22823;&#39321;&#32447;&#34121;&#20234;&#20154;&#20037;&#20037;&#44;&#20037;&#20037;&#31934;&#21697;&#22269;&#20135;&#20122;&#27954;&#97;&#118;&#40635;&#35910;&#32593;&#31449;&#13;">&#20122;&#27954;&#20013;&#23383;&#24917;&#26085;&#20135;&#50;&#48;&#50;&#48;&#44;&#22823;&#38470;&#26497;&#21697;&#23569;&#22919;&#20869;&#23556;&#65;&#65;&#65;&#65;&#65;&#65;&#44;&#26080;&#30721;&#97;&#118;&#22823;&#39321;&#32447;&#34121;&#20234;&#20154;&#20037;&#20037;&#44;&#20037;&#20037;&#31934;&#21697;&#22269;&#20135;&#20122;&#27954;&#97;&#118;&#40635;&#35910;&#32593;&#31449;&#13;</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="mhxng" class="pl_css_ganrao" style="display: none;"><sub id="mhxng"><i id="mhxng"><tr id="mhxng"><em id="mhxng"></em></tr></i></sub><i id="mhxng"><xmp id="mhxng"><tr id="mhxng"></tr></xmp></i><tt id="mhxng"><sup id="mhxng"><label id="mhxng"><form id="mhxng"></form></label></sup></tt><meter id="mhxng"></meter><form id="mhxng"><nav id="mhxng"><ul id="mhxng"></ul></nav></form><form id="mhxng"></form><strong id="mhxng"><samp id="mhxng"><strike id="mhxng"></strike></samp></strong><small id="mhxng"><td id="mhxng"><bdo id="mhxng"><ruby id="mhxng"></ruby></bdo></td></small><legend id="mhxng"><sub id="mhxng"><big id="mhxng"></big></sub></legend><u id="mhxng"></u><kbd id="mhxng"></kbd><var id="mhxng"></var><cite id="mhxng"></cite><progress id="mhxng"><label id="mhxng"></label></progress><li id="mhxng"></li><progress id="mhxng"></progress><ul id="mhxng"></ul><menuitem id="mhxng"><small id="mhxng"><abbr id="mhxng"></abbr></small></menuitem><del id="mhxng"><strike id="mhxng"><nobr id="mhxng"></nobr></strike></del><delect id="mhxng"><strong id="mhxng"><th id="mhxng"></th></strong></delect><strike id="mhxng"><ul id="mhxng"></ul></strike><var id="mhxng"><big id="mhxng"></big></var><bdo id="mhxng"></bdo><mark id="mhxng"><pre id="mhxng"><track id="mhxng"><th id="mhxng"></th></track></pre></mark><ins id="mhxng"></ins><thead id="mhxng"><table id="mhxng"><abbr id="mhxng"></abbr></table></thead><tfoot id="mhxng"></tfoot><em id="mhxng"><sub id="mhxng"><s id="mhxng"><u id="mhxng"></u></s></sub></em><menu id="mhxng"><sup id="mhxng"><big id="mhxng"><tr id="mhxng"></tr></big></sup></menu><legend id="mhxng"></legend><tr id="mhxng"><var id="mhxng"><b id="mhxng"><center id="mhxng"></center></b></var></tr><small id="mhxng"></small><legend id="mhxng"></legend><th id="mhxng"><pre id="mhxng"></pre></th><font id="mhxng"><optgroup id="mhxng"></optgroup></font><menuitem id="mhxng"><ol id="mhxng"></ol></menuitem><address id="mhxng"></address><b id="mhxng"><legend id="mhxng"></legend></b><optgroup id="mhxng"></optgroup><span id="mhxng"><style id="mhxng"></style></span><form id="mhxng"></form><tr id="mhxng"><var id="mhxng"><b id="mhxng"><center id="mhxng"></center></b></var></tr><sup id="mhxng"><ol id="mhxng"></ol></sup><wbr id="mhxng"><strong id="mhxng"></strong></wbr><video id="mhxng"><dfn id="mhxng"><menu id="mhxng"><u id="mhxng"></u></menu></dfn></video><label id="mhxng"></label><option id="mhxng"></option><listing id="mhxng"><output id="mhxng"><pre id="mhxng"><strong id="mhxng"></strong></pre></output></listing><tbody id="mhxng"></tbody><source id="mhxng"></source><noframes id="mhxng"><sub id="mhxng"><big id="mhxng"></big></sub>