Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 如何在 JavaScript 中按类获取元素?
我有一个带有类名的 div 标签。我想使用类名获取该 div 标签并计算其中元素的数量。我无法使用 ID 进行过滤。我如何实现这一目标?
如果你用谷歌搜索它。
var arr = document.getElementsByClassName("classname") arr.length