1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. JavaScript中的style.cssText使用教程分解

        時間:2024-10-12 11:51:52 JavaScript 我要投稿
        • 相關推薦

        JavaScript中的style.cssText使用教程分解

          很多人用過 style.color、style.display 等直接設置元素的樣式屬性,但是 style.cssText 用過的人就不多了。

          cssText 本質是什么?

          cssText 的本質就是設置 HTML 元素的 style 屬性值。

          cssText 怎么用?

          復制代碼 代碼如下:

          document.getElementById("d1").style.cssText = "color:red; font-size:13px;";

          看了這個示例后,相信不說,也知道 style.cssText 是什么意思了,它就是設置 HTML 元素的 style 屬性。

          cssText 返回值是什么?

          在某些瀏覽器中(比如 Chrome),你給他賦什么值,它就返回什么值。在 IE 中則比較痛苦,它會格式化輸出、會把屬性大寫、會改變屬性順序、會去掉最后一個分號,比如:

          復制代碼 代碼如下:

          document.getElementById("d1").style.cssText = "color:red; font-size:13px;";

          alert(document.getElementById("d1").style.cssText);

          在 IE 中值為:FONT-SIZE: 13px; COLOR: red。

        【JavaScript中的style.cssText使用教程分解】相關文章:

        詳解JavaScript中的splice()使用方法08-20

        javascript中for/in循環以及常見的使用技巧06-24

        理解JavaScript原型鏈教程09-02

        JavaScript與用戶端教程10-25

        Javascript中arguments對象的詳解和使用方法08-20

        使用ajax操作JavaScript對象的方法09-28

        爵士舞教程分解動作01-11

        JavaScript中的with關鍵字07-24

        在Java中執行JavaScript代碼07-14

        Javascript中typeof 用法歸納09-27

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>