Get to know MDN better
このページはコミュニティーの尽力で英語から翻訳されました。MDN Web Docs コミュニティーについてもっと知り、仲間になるにはこちらから。
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2015年7月.
HTMLCollection.length プロパティは、HTMLCollection の中にあるアイテム数を返します。
整数の値で、HTMLCollection の中にあるアイテムの数を表します。
length プロパティは DOM プログラミングで有益なことが多いです。リストがすべて存在するかどうかを確認するために、リストの長さをテストするために良く使用されます。また、この例のように for ループのイテレーターとしてもよく使用されます。
| DOM # ref-for-dom-htmlcollection-length① |
Enable JavaScript to view this browser compatibility table.
This page was last modified on 2023年7月13日 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.