<i id='PHnqT'><tr id='PHnqT'><dt id='PHnqT'><q id='PHnqT'><span id='PHnqT'><b id='PHnqT'><form id='PHnqT'><ins id='PHnqT'></ins><ul id='PHnqT'></ul><sub id='PHnqT'></sub></form><legend id='PHnqT'></legend><bdo id='PHnqT'><pre id='PHnqT'><center id='PHnqT'></center></pre></bdo></b><th id='PHnqT'></th></span></q></dt></tr></i><div id='PHnqT'><tfoot id='PHnqT'></tfoot><dl id='PHnqT'><fieldset id='PHnqT'></fieldset></dl></div>

      <tfoot id='PHnqT'></tfoot>
      <legend id='PHnqT'><style id='PHnqT'><dir id='PHnqT'><q id='PHnqT'></q></dir></style></legend>

      • <bdo id='PHnqT'></bdo><ul id='PHnqT'></ul>

        <small id='PHnqT'></small><noframes id='PHnqT'>

        何时在 JavaScript 中使用 setAttribute 与 .attribute=?

        时间:2023-09-08
          <tbody id='Bx5vX'></tbody>

      1. <small id='Bx5vX'></small><noframes id='Bx5vX'>

          <legend id='Bx5vX'><style id='Bx5vX'><dir id='Bx5vX'><q id='Bx5vX'></q></dir></style></legend>
            • <bdo id='Bx5vX'></bdo><ul id='Bx5vX'></ul>
            • <i id='Bx5vX'><tr id='Bx5vX'><dt id='Bx5vX'><q id='Bx5vX'><span id='Bx5vX'><b id='Bx5vX'><form id='Bx5vX'><ins id='Bx5vX'></ins><ul id='Bx5vX'></ul><sub id='Bx5vX'></sub></form><legend id='Bx5vX'></legend><bdo id='Bx5vX'><pre id='Bx5vX'><center id='Bx5vX'></center></pre></bdo></b><th id='Bx5vX'></th></span></q></dt></tr></i><div id='Bx5vX'><tfoot id='Bx5vX'></tfoot><dl id='Bx5vX'><fieldset id='Bx5vX'></fieldset></dl></div>
                <tfoot id='Bx5vX'></tfoot>

                  本文介绍了何时在 JavaScript 中使用 setAttribute 与 .attribute=?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  是否已开发出使用 setAttribute 而不是点 (.) 属性表示法的最佳实践?

                  Has a best-practice around using setAttribute instead of the dot (.) attribute notation been developed?

                  例如:

                  myObj.setAttribute("className", "nameOfClass");
                  myObj.setAttribute("id", "someID");
                  

                  myObj.className = "nameOfClass";
                  myObj.id = "someID";
                  

                  推荐答案

                  如果您想在 JavaScript 中进行编程访问,您应该始终使用直接的 .attribute 形式(但请参阅下面的 quirksmode 链接).它应该正确处理不同类型的属性(想想onload").

                  You should always use the direct .attribute form (but see the quirksmode link below) if you want programmatic access in JavaScript. It should handle the different types of attributes (think "onload") correctly.

                  当您希望按原样处理 DOM(例如,仅文本)时,请使用 getAttribute/setAttribute.不同的浏览器混淆了两者.请参阅怪癖模式:属性(in)兼容性.

                  Use getAttribute/setAttribute when you wish to deal with the DOM as it is (e.g. literal text only). Different browsers confuse the two. See Quirks modes: attribute (in)compatibility.

                  这篇关于何时在 JavaScript 中使用 setAttribute 与 .attribute=?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:HTML中id和name属性的区别 下一篇:使用jQuery获取元素的所有属性

                  相关文章

                  最新文章

                    <bdo id='htuL0'></bdo><ul id='htuL0'></ul>
                  <tfoot id='htuL0'></tfoot>
                1. <legend id='htuL0'><style id='htuL0'><dir id='htuL0'><q id='htuL0'></q></dir></style></legend>
                  <i id='htuL0'><tr id='htuL0'><dt id='htuL0'><q id='htuL0'><span id='htuL0'><b id='htuL0'><form id='htuL0'><ins id='htuL0'></ins><ul id='htuL0'></ul><sub id='htuL0'></sub></form><legend id='htuL0'></legend><bdo id='htuL0'><pre id='htuL0'><center id='htuL0'></center></pre></bdo></b><th id='htuL0'></th></span></q></dt></tr></i><div id='htuL0'><tfoot id='htuL0'></tfoot><dl id='htuL0'><fieldset id='htuL0'></fieldset></dl></div>

                    1. <small id='htuL0'></small><noframes id='htuL0'>