blob: b6f040cc36960f1815a0f8564418523894b60521 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
---
title: DOMStringMap
slug: Web/API/DOMStringMap
tags:
- API
- DOM
- 参考
- 接口
translation_of: Web/API/DOMStringMap
---
<div>{{ APIRef("HTML DOM") }}</div>
<p><strong><code>DOMStringMap</code></strong> 接口在 {{ domxref("HTMLElement.dataset") }} 属性中被用到,被用于容纳和展示元素的自定义属性。</p>
<h2 id="规范">规范</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">规范</th>
<th scope="col">状态</th>
<th scope="col">备注</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{SpecName('HTML WHATWG', "dom.html#domstringmap", "DOMStringMap")}}</td>
<td>{{Spec2('HTML WHATWG')}}</td>
<td></td>
</tr>
</tbody>
</table>
<h2 id="浏览器兼容性">浏览器兼容性</h2>
<p>{{Compat("api.DOMStringMap")}}</p>
<h2 id="参见">参见</h2>
<ul>
<li>{{ domxref("HTMLElement.dataset") }}</li>
<li>HTML <a href="/zh-CN/docs/Web/HTML/Global_attributes">全局属性</a>中的 <a href="/zh-CN/docs/Web/HTML/Global_attributes#attr-data-*">data-*</a></li>
</ul>
|