--- title: DOMString slug: Web/API/DOMString tags: - DOMString translation_of: Web/API/DOMString ---
{{APIRef("DOM")}}
DOMString
是一个UTF-16字符串。由于JavaScript已经使用了这样的字符串,所以DOMString 直接映射到 一个{{jsxref("String")}}。
将 null
传递给接受DOMString的方法或参数时通常会把其stringifies为“null”。
Specification | Status | Comment |
---|---|---|
{{SpecName('WebIDL', '#DOMString', 'DOMString')}} | {{Spec2('WebIDL')}} | Rephrasing of the definition to remove weird edge cases. |
{{SpecName('DOM3 Core', 'core.html#DOMString', 'DOMString')}} | {{Spec2('DOM3 Core')}} | No change from {{SpecName('DOM2 Core')}} |
{{SpecName('DOM2 Core', 'core.html#ID-C74D1578', 'DOMString')}} | {{Spec2('DOM2 Core')}} | No change from {{SpecName('DOM1')}} |
{{SpecName('DOM1', 'level-one-core.html#ID-C74D1578', 'DOMString')}} | {{Spec2('DOM1')}} | Initial definition. |