HTMLAllCollection: length プロパティ
Deprecated
Avoid using this feature in new projects. This feature may be a candidate for removal from web standards or browsers.>
HTMLAllCollection.length プロパティは、この HTMLAllCollection 内のアイテムの数を返します。
値
この HTMLAllCollection に含まれるアイテムの数を表す整数値。
仕様書
| 仕様書 |
|---|
| HTML> # dom-htmlallcollection-length> |