标签: javascript html xml
有没有办法阻止DOMParser.parseFromString转换为HTML?
例如:
(new window.DOMParser()).parseFromString("<test><p></test>", "text/xml") 回报: <test><p></test>
(new window.DOMParser()).parseFromString("<test><p></test>", "text/xml")
<test><p></test>
它希望它回归 <test><p></test>
<test><p></test>