html 类名称在-js.html

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 类名称在-js.html相关的知识,希望对你有一定的参考价值。

<html>
  <body>
    <div class="foo">Check developer tool's console!</div>
    <pre>console.log(document.getElementsByClassName('foo')[0].class);</pre>
    <p>じゃなくて</p>
    <pre>console.log(document.getElementsByClassName('foo')[0].className);</pre>
    <p>という話</p>
    <script>
     var e = document.getElementsByClassName('foo')[0]
     console.log(e.className);
     e.className = 'bar';
    </script>
  </body>
</html>

以上是关于html 类名称在-js.html的主要内容,如果未能解决你的问题,请参考以下文章

js HTML 年月日星期 时间的

insertNewObjectForEntityForName 返回错误的类型

马斯克回应推特宕机/ 华为称在物件上测出血氧为小概率事件/ 广州车展新能源车展位起火… 今日更多新鲜事在此...

最小割的性质

正则表达式捕获带有类名的 html 元素

当 html 中没有类名时,从 html 表中获取数据