值
一個數字,包含對映中物件的數量
示例
html
<pre class="foo" id="bar" contenteditable></pre>
js
const pre = document.querySelector("pre");
const attrMap = pre.attributes;
pre.textContent = `The 'test' attribute contains ${attrMap.length} attributes.\n`;
規範
| 規範 |
|---|
| DOM # dom-namednodemap-length |
瀏覽器相容性
載入中…