A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/ja/docs/Web/API/NamedNodeMap/length below:

NamedNodeMap.length - Web API | MDN

NamedNodeMap.length

Baseline Widely available

length は NamedNodeMap インターフェイスの読み取り専用プロパティで、このマップに格納されているオブジェクトの数を示します。

値

このマップにあるオブジェクトの数を示す数値です。

例
<pre zero="test" one="test" two="test"></pre>
const pre = document.getElementsByTagName("pre")[0];
const attrMap = pre.attributes;

let result = `The 'test' attribute contains ${attrMap.length} attributes.\n`;

pre.textContent = result;
仕様書 ブラウザーの互換性

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4