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.
のカウント形式に問題がありますdiv。
div
のforms要素を数えたいdiv。しかし、私はその方法ではありません。
みんなありがとう
これを試して
var top_level_div = document.getElementById('id_of_first_div'); var count = top_level_div.getElementsByTagName('form').length;