国产xxxx99真实实拍_久久不雅视频_高清韩国a级特黄毛片_嗯老师别我我受不了了小说

資訊專欄INFORMATION COLUMN

探究行內元素和塊級元素

loostudy / 1007人閱讀

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

標簽(空格分隔): CSS

html中元素主要分為行內元素和塊級元素

行內元素

[x] 不獨占一行

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

[x] 沒有寬和高

塊級元素

[x] 獨占一行

[x] 書寫完會自動換行

[x] 寬和高可以修改

還有一種特殊的元素叫作行內塊級元素

描述
none 此元素不會被顯示。
block 此元素將顯示為塊級元素,此元素前后會帶有換行符。
inline 默認。此元素會被顯示為內聯元素,元素前后沒有換行符。
inline-block 行內塊元素。(CSS2.1 新增的值)
list-item 此元素會作為列表顯示。
塊級元素和行內元素的分類
html中的塊級元素:
標簽 描述
定義地址。
定義文章。
定義頁面內容之外的內容。
定義聲音內容。
定義長的引用。
定義圖形。
定義表格標題。
定義定義列表中項目的描述。
定義文檔中的節。
定義定義列表。
定義定義列表中的項目。
`
定義元素的細節。
定義圍繞表單中元素的邊框。
定義 figure 元素的標題。
定義媒介內容的分組,以及它們的標題。
定義 section 或 page 的頁腳。
定義供用戶輸入的 HTML 表單。

to

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

定義水平線。
定義 fieldset 元素的標題。
  • 定義列表的項目。
    定義命令的列表或菜單。
    定義預定義范圍內的度量。
    定義導航鏈接。
    </b></td> <td align="right">定義針對不支持框架的用戶的替代內容。</td> </tr> <tr> <td><b><noscript> </b></td> <td align="right">定義針對不支持客戶端腳本的用戶的替代內容。</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">定義預格式文本。</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">定義表格中的主體內容。</td> </tr> <tr> <td><b><td> </b></td> <td align="right">定義表格中的單元。</td> </tr> <tr> <td><b><tfoot> </b></td> <td align="right">定義表格中的表注內容(腳注)。</td> </tr> <tr> <td><b><th> </b></td> <td align="right">定義表格中的表頭單元格。</td> </tr> <tr> <td><b><thead> </b></td> <td align="right">定義表格中的表頭內容。</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中的行內元素:</pre> <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">定義強調文本。</td> </tr> <tr> <td><b><embed></b></td> <td align="right">定義外部交互內容或插件。</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">定義內嵌對象。</td> </tr> <tr> <td><b><progress></b></td> <td align="right">定義任何類型的任務的進度。</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">定義文檔中的節。</td> </tr> <tr> <td><b><strong> </b></td> <td align="right">定義強調文本。</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都出現在了一行內</p> <p>我們再書寫幾個<b>div</b>標簽<br><script type="text/javascript">showImg("http://oano.cn/images/b1.png");</script></p> <p>可以看到div已經垂直了(不在一行內)<br>繼續:我們給<b>div</b>添加一個剛才提到的特殊元素:行內塊級元素<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>會變成行內塊級元素,同時寬和高也在<br>因此 <b>inline-block</b>既有行內元素水平排列的特點,也有塊級元素設置寬高的特點</p> <p>仔細看上圖,會發現水平方向有一個bug,有一個間隔 空閑時間可以去百度下hack~</p> <p>解決辦法:</p> <p>①<b>margin:-3px</b> ②<b>position:relitive;left:-3px;</b> </p> <p>關于行內元素和塊級元素先談這么多,聽說認真閱讀并點贊的你,代碼敲的最6哦~<br>有興趣的小伙伴可以加我微信,一起討論;V-x: dandanshen987</p> <b>有一天,當你明白"小白" +"勤奮"的時候,你就會成為大牛</b> </div> <div id="ssiae2e" class="mt-64 tags-seach" > <div id="2goi0qe" class="tags-info"> <a style="width:120px;" title="GPU云服務器" href="http://specialneedsforspecialkids.com/site/product/gpu.html">GPU云服務器</a> <a style="width:120px;" title="云服務器" href="http://specialneedsforspecialkids.com/site/active/kuaijiesale.html?ytag=seo">云服務器</a> <a style="width:120px;" title="php 行內元素" href="http://specialneedsforspecialkids.com/yun/tag/php xingneiyuansu/">php 行內元素</a> <a style="width:120px;" title="html設置行內元素" href="http://specialneedsforspecialkids.com/yun/tag/htmlshezhixingneiyuansu/">html設置行內元素</a> <a style="width:120px;" title="設計元素" href="http://specialneedsforspecialkids.com/yun/tag/shejiyuansu/">設計元素</a> <a style="width:120px;" title="隨機元素" href="http://specialneedsforspecialkids.com/yun/tag/suijiyuansu/">隨機元素</a> </div> </div> <div id="w0wmcy0" class="entry-copyright mb-30"> <p class="mb-15"> 文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。</p> <p>轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/114620.html</p> </div> <ul class="pre-next-page"> <li id="400k0q2" class="ellipsis"><a class="hpf" href="http://specialneedsforspecialkids.com/yun/114619.html">上一篇:使用CSS實現逼真的水波紋點擊效果</a></li> <li id="waimeoa" class="ellipsis"><a class="hpf" href="http://specialneedsforspecialkids.com/yun/114621.html">下一篇:重學前端學習筆記(十四)--瀏覽器工作解析(四)</a></li> </ul> </div> <div id="w20q0eg" class="about_topicone-mid"> <h3 class="top-com-title mb-0"><span data-id="0">相關文章</span></h3> <ul class="com_white-left-mid atricle-list-box"> <li> <div id="wqsyeik" class="atricle-list-right"> <h2 class="ellipsis2"><a class="hpf" href="http://specialneedsforspecialkids.com/yun/55011.html"><b><em>探究</em><em>行內</em><em>元素</em><em>和<em>塊級</em></em><em>元素</em></b></a></h2> <p class="ellipsis2 good">摘要:此元素將顯示為塊級元素,此元素前后會帶有換行符。新增的值此元素會作為列表顯示。塊級元素和行內元素的分類中的塊級元素標簽描述定義地址。定義圍繞表單中元素的邊框。定義預定義范圍內的度量。定義針對不支持框架的用戶的替代內容。定義表格中的單元。 標簽(空格分隔): CSS 在html中元素主要分為行內元素和塊級元素 行內元素 [x] 不獨占一行 [x] 書寫完成后不會自動換行 [x] 沒...</p> <div id="g2iw0my" class="com_white-left-info"> <div id="mos00om" class="com_white-left-infol"> <a href="http://specialneedsforspecialkids.com/yun/u-1015.html"><img src="http://specialneedsforspecialkids.com/yun/data/avatar/000/00/10/small_000001015.jpg" alt=""><span id="auo0kwc" class="layui-hide64">arashicage</span></a> <time datetime="">2019-08-02 16:16</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="gswo2iw" class="atricle-list-right"> <h2 class="ellipsis2"><a class="hpf" href="http://specialneedsforspecialkids.com/yun/54523.html"><b>前端面試題-<em>行內</em><em>元素</em><em>和<em>塊級</em></em><em>元素</em></b></a></h2> <p class="ellipsis2 good">摘要:二塊級元素塊級元素占據其父元素容器的整個空間,因此創建了一個塊。而塊級元素可以包含行內元素和其他塊級元素。格式默認情況下,行內元素不會以新行開始,而塊級元素會新起一行。 一、行內元素 一個行內元素只占據它對應標簽的邊框所包含的空間。 二、塊級元素 塊級元素占據其父元素(容器)的整個空間,因此創建了一個塊。通常瀏覽器會在塊級元素前后另起一個新行。 三、行內元素示例 HTML showIm...</p> <div id="cswaws0" class="com_white-left-info"> <div id="qeia0su" class="com_white-left-infol"> <a href="http://specialneedsforspecialkids.com/yun/u-739.html"><img src="http://specialneedsforspecialkids.com/yun/data/avatar/000/00/07/small_000000739.jpg" alt=""><span id="o2a2qqg" 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="i2swe0g" class="atricle-list-right"> <h2 class="ellipsis2"><a class="hpf" href="http://specialneedsforspecialkids.com/yun/115890.html"><b>前端面試題-<em>行內</em><em>元素</em><em>和<em>塊級</em></em><em>元素</em></b></a></h2> <p class="ellipsis2 good">摘要:二塊級元素塊級元素占據其父元素容器的整個空間,因此創建了一個塊。而塊級元素可以包含行內元素和其他塊級元素。格式默認情況下,行內元素不會以新行開始,而塊級元素會新起一行。 一、行內元素 一個行內元素只占據它對應標簽的邊框所包含的空間。 二、塊級元素 塊級元素占據其父元素(容器)的整個空間,因此創建了一個塊。通常瀏覽器會在塊級元素前后另起一個新行。 三、行內元素示例 HTML showIm...</p> <div id="wmek2qq" class="com_white-left-info"> <div id="aaeekya" class="com_white-left-infol"> <a href="http://specialneedsforspecialkids.com/yun/u-548.html"><img src="http://specialneedsforspecialkids.com/yun/data/avatar/000/00/05/small_000000548.jpg" alt=""><span id="cqk0cqe" 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="eosm022" class="atricle-list-right"> <h2 class="ellipsis2"><a class="hpf" href="http://specialneedsforspecialkids.com/yun/54754.html"><b><em>行內</em><em>元素</em><em>和<em>塊級</em></em><em>元素</em></b></a></h2> <p class="ellipsis2 good">摘要:行內元素和塊級元素講講行內元素和塊級元素在中標簽元素大都是塊級元素或行內元素。 行內元素和塊級元素 講講行內元素和塊級元素在HTML中標簽元素大都是塊級元素或行內元素。 塊級元素 HTML 我是div CSS .wrap{ width: 200px; ...</p> <div id="aosk2gi" class="com_white-left-info"> <div id="eeimqeq" class="com_white-left-infol"> <a href="http://specialneedsforspecialkids.com/yun/u-350.html"><img src="http://specialneedsforspecialkids.com/yun/data/avatar/000/00/03/small_000000350.jpg" alt=""><span id="qumcgs2" 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="omew0su" class="atricle-list-right"> <h2 class="ellipsis2"><a class="hpf" href="http://specialneedsforspecialkids.com/yun/117566.html"><b><em>行內</em><em>元素</em><em>和<em>塊級</em></em><em>元素</em></b></a></h2> <p class="ellipsis2 good">摘要:行內元素和塊級元素講講行內元素和塊級元素在中標簽元素大都是塊級元素或行內元素。 行內元素和塊級元素 講講行內元素和塊級元素在HTML中標簽元素大都是塊級元素或行內元素。 塊級元素 HTML 我是div CSS .wrap{ width: 200px; ...</p> <div id="ws0u2aa" class="com_white-left-info"> <div id="2kiaq0i" class="com_white-left-infol"> <a href="http://specialneedsforspecialkids.com/yun/u-690.html"><img src="http://specialneedsforspecialkids.com/yun/data/avatar/000/00/06/small_000000690.jpg" alt=""><span id="4u0gom2" 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="uw22qoo" class="topicone-box-wangeditor"> <h3 class="top-com-title mb-64"><span>發表評論</span></h3> <div id="aou02q2" class="xcp-publish-main flex_box_zd"> <div id="oass0ae" class="unlogin-pinglun-box"> <a href="javascript:login()" class="grad">登陸后可評論</a> </div> </div> </div> <div id="2wci00a" class="site-box-content"> <div id="mcmsq2y" class="site-content-title"> <h3 class="top-com-title mb-64"><span>0條評論</span></h3> </div> <div id="s2oswkk" class="pages"></ul></div> </div> </div> <div id="qquasg2" class="layui-col-md4 layui-col-lg3 com_white-right site-wrap-right"> <div id="mmqk2ui" class=""> <div id="c2a2ykw" class="com_layuiright-box user-msgbox"> <a href="http://specialneedsforspecialkids.com/yun/u-398.html"><img src="http://specialneedsforspecialkids.com/yun/data/avatar/000/00/03/small_000000398.jpg" alt=""></a> <h3><a href="http://specialneedsforspecialkids.com/yun/u-398.html" rel="nofollow">loostudy</a></h3> <h6>男<span>|</span>高級講師</h6> <div id="a20u2s0" class="flex_box_zd user-msgbox-atten"> <a href="javascript:attentto_user(398)" id="attenttouser_398" class="grad follow-btn notfollow attention">我要關注</a> <a href="javascript:login()" title="發私信" >我要私信</a> </div> <div id="2woeaym" class="user-msgbox-list flex_box_zd"> <h3 class="hpf">TA的文章</h3> <a href="http://specialneedsforspecialkids.com/yun/ut-398.html" class="box_hxjz">閱讀更多</a> </div> <ul class="user-msgbox-ul"> <li><h3 class="ellipsis"><a href="http://specialneedsforspecialkids.com/yun/121000.html">免費英文字體Hanson Bold 無襯線粗體字體 無需商業授權</a></h3> <p>閱讀 3996<span>·</span>2021-09-24 10:24</p></li> <li><h3 class="ellipsis"><a href="http://specialneedsforspecialkids.com/yun/120723.html">虛擬主機怎么傳文件-虛擬主機怎么上傳文件?</a></h3> <p>閱讀 1396<span>·</span>2021-09-22 16:01</p></li> <li><h3 class="ellipsis"><a href="http://specialneedsforspecialkids.com/yun/119272.html">程序員的算法趣題Q12: 平方根數字</a></h3> <p>閱讀 2718<span>·</span>2021-09-06 15:02</p></li> <li><h3 class="ellipsis"><a href="http://specialneedsforspecialkids.com/yun/115242.html">關于CSS的position屬性</a></h3> <p>閱讀 1020<span>·</span>2019-08-30 13:01</p></li> <li><h3 class="ellipsis"><a href="http://specialneedsforspecialkids.com/yun/114620.html">探究行內元素和塊級元素</a></h3> <p>閱讀 1008<span>·</span>2019-08-30 10:52</p></li> <li><h3 class="ellipsis"><a href="http://specialneedsforspecialkids.com/yun/113858.html">::before和::after的詳細介紹</a></h3> <p>閱讀 636<span>·</span>2019-08-29 16:36</p></li> <li><h3 class="ellipsis"><a href="http://specialneedsforspecialkids.com/yun/112196.html">左右兩側寬度固定,中間自適應之【圣杯+雙飛翼】實現</a></h3> <p>閱讀 2237<span>·</span>2019-08-29 12:51</p></li> <li><h3 class="ellipsis"><a href="http://specialneedsforspecialkids.com/yun/111260.html">Week 1:那些值得一閱的好文章</a></h3> <p>閱讀 2338<span>·</span>2019-08-28 18:29</p></li> </ul> </div> <!-- 文章詳情右側廣告--> <div id="wycuaac" class="com_layuiright-box"> <h6 class="top-com-title"><span>最新活動</span></h6> <div id="iumqigu" class="com_adbox"> <div id="a200gi2" class="layui-carousel" id="right-item"> <div carousel-item> <div> <a href="http://specialneedsforspecialkids.com/site/active/kuaijiesale.html?ytag=seo" rel="nofollow"> <img src="http://specialneedsforspecialkids.com/yun/data/attach/240625/2rTjEHmi.png" alt="云服務器"> </a> </div> <div> <a href="http://specialneedsforspecialkids.com/site/product/gpu.html" rel="nofollow"> <img src="http://specialneedsforspecialkids.com/yun/data/attach/240807/7NjZjdrd.png" alt="GPU云服務器"> </a> </div> </div> </div> </div> <!-- banner結束 --> <div id="oyouese" class="adhtml"> </div> <script> $(function(){ $.ajax({ type: "GET", url:"http://specialneedsforspecialkids.com/yun/ad/getad/1.html", cache: false, success: function(text){ $(".adhtml").html(text); } }); }) </script> </div> </div> </div> </div> </div> </section> <!-- wap拉出按鈕 --> <div id="ayqessi" class="site-tree-mobile layui-hide"> <i class="layui-icon layui-icon-spread-left"></i> </div> <!-- wap遮罩層 --> <div id="mkoeiu0" class="site-mobile-shade"></div> <!--付費閱讀 --> <div class="yw0yegg" id="payread"> <div id="yqwcuuu" class="layui-form-item">閱讀需要支付1元查看</div> <div id="u2mewiu" 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("復制代碼 ").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("復制成功") }); clipboard.on('error', function(e) { alert("復制失敗") }); } //$(".site-seo-depict").html($(".site-seo-depict").html().slice(0, -5)); </script> <link rel="stylesheet" type="text/css" href="http://specialneedsforspecialkids.com/yun/static/js/neweditor/code/styles/tomorrow-night-eighties.css"> <script src="http://specialneedsforspecialkids.com/yun/static/js/neweditor/code/highlight.pack.js" type="text/javascript"></script> <script src="http://specialneedsforspecialkids.com/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("評論內容不能為空"); 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://specialneedsforspecialkids.com/yun/index.php?topic/ajaxhassupport/" + tid, cache: false, success: function(hassupport){ if (hassupport != '1'){ $.ajax({ type: "GET", cache:false, url: "http://specialneedsforspecialkids.com/yun/index.php?topic/ajaxaddsupport/" + tid, success: function(comments) { supportobj.find("span").html(comments+"人贊"); } }); }else{ alert("您已經贊過"); } } }); }); function attenquestion(_tid,_rs){ $.ajax({ //提交數據的類型 POST GET type:"POST", //提交的網址 url:"http://specialneedsforspecialkids.com/yun/favorite/topicadd.html", //提交的數據 data:{tid:_tid,rs:_rs}, //返回數據的格式 datatype: "json",//"xml", "html", "script", "json", "jsonp", "text". //在請求之前調用的函數 beforeSend:function(){}, //成功返回之后調用的函數 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) } } , //調用執行后調用的函數 complete: function(XMLHttpRequest, textStatus){ postadopt=true; }, //調用出錯執行的函數 error: function(){ //請求出錯處理 postadopt=false; } }); } </script> <footer> <div id="akygoy2" class="layui-container"> <div id="2os2y0y" class="flex_box_zd"> <div id="amsisqc" class="left-footer"> <h6><a href="http://specialneedsforspecialkids.com/"><img src="http://specialneedsforspecialkids.com/yun/static/theme/ukd//images/logo.png" alt="UCloud (優刻得科技股份有限公司)"></a></h6> <p>UCloud (優刻得科技股份有限公司)是中立、安全的云計算服務平臺,堅持中立,不涉足客戶業務領域。公司自主研發IaaS、PaaS、大數據流通平臺、AI服務平臺等一系列云計算產品,并深入了解互聯網、傳統企業在不同場景下的業務需求,提供公有云、混合云、私有云、專有云在內的綜合性行業解決方案。</p> </div> <div id="22eioqq" class="right-footer layui-hidemd"> <ul class="flex_box_zd"> <li> <h6>UCloud與云服務</h6> <p><a href="http://specialneedsforspecialkids.com/site/about/intro/">公司介紹</a></p> <p><a >加入我們</a></p> <p><a href="http://specialneedsforspecialkids.com/site/ucan/onlineclass/">UCan線上公開課</a></p> <p><a href="http://specialneedsforspecialkids.com/site/solutions.html" >行業解決方案</a></p> <p><a href="http://specialneedsforspecialkids.com/site/pro-notice/">產品動態</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>社區欄目</h6> <p><a href="http://specialneedsforspecialkids.com/yun/column/index.html">專欄文章</a></p> <p><a href="http://specialneedsforspecialkids.com/yun/udata/">專題地圖</a></p> </li> <li> <h6>常見問題</h6> <p><a href="http://specialneedsforspecialkids.com/site/ucsafe/notice.html" >安全中心</a></p> <p><a href="http://specialneedsforspecialkids.com/site/about/news/recent/" >新聞動態</a></p> <p><a href="http://specialneedsforspecialkids.com/site/about/news/report/">媒體動態</a></p> <p><a href="http://specialneedsforspecialkids.com/site/cases.html">客戶案例</a></p> <p><a href="http://specialneedsforspecialkids.com/site/notice/">公告</a></p> </li> <li> <span><img src="https://static.ucloud.cn/7a4b6983f4b94bcb97380adc5d073865.png" alt="優刻得"></span> <p>掃掃了解更多</p></div> </div> <div id="sgwq0am" class="copyright">Copyright ? 2012-2023 UCloud 優刻得科技股份有限公司<i>|</i><a rel="nofollow" >滬公網安備 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.baidu.com/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://specialneedsforspecialkids.com/" title="&#x56FD;&#x4EA7;&#x78;&#x78;&#x78;&#x78;&#x39;&#x39;&#x771F;&#x5B9E;&#x5B9E;&#x62CD;">&#x56FD;&#x4EA7;&#x78;&#x78;&#x78;&#x78;&#x39;&#x39;&#x771F;&#x5B9E;&#x5B9E;&#x62CD;</a> <div class="friend-links"> <a href="http://belistarlp.com/">&#x56FD;&#x4EA7;&#x9EC4;&#x8272;&#x5728;&#x7EBF;</a> </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="cgkyy" class="pl_css_ganrao" style="display: none;"><del id="cgkyy"></del><nav id="cgkyy"></nav><small id="cgkyy"></small><strike id="cgkyy"></strike><noframes id="cgkyy">
  • <fieldset id="cgkyy"><menu id="cgkyy"></menu></fieldset>
      <