From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/web/api/domstringmap/index.html | 45 +++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 files/zh-cn/web/api/domstringmap/index.html (limited to 'files/zh-cn/web/api/domstringmap') diff --git a/files/zh-cn/web/api/domstringmap/index.html b/files/zh-cn/web/api/domstringmap/index.html new file mode 100644 index 0000000000..b6f040cc36 --- /dev/null +++ b/files/zh-cn/web/api/domstringmap/index.html @@ -0,0 +1,45 @@ +--- +title: DOMStringMap +slug: Web/API/DOMStringMap +tags: + - API + - DOM + - 参考 + - 接口 +translation_of: Web/API/DOMStringMap +--- +
{{ APIRef("HTML DOM") }}
+ +

DOMStringMap 接口在 {{ domxref("HTMLElement.dataset") }} 属性中被用到,被用于容纳和展示元素的自定义属性。

+ +

规范

+ + + + + + + + + + + + + + + + +
规范状态备注
{{SpecName('HTML WHATWG', "dom.html#domstringmap", "DOMStringMap")}}{{Spec2('HTML WHATWG')}}
+ +

浏览器兼容性

+ + + +

{{Compat("api.DOMStringMap")}}

+ +

参见

+ + -- cgit v1.2.3-54-g00ecf