DOMParser.parseFromString が HTML をエスケープしないようにする方法はありますか?
元:
(new window.DOMParser()).parseFromString("<test><p></test>", "text/xml")
戻る :
<test><p></test>
返してほしい
<test><p></test>
DOMParser.parseFromString が HTML をエスケープしないようにする方法はありますか?
元:
(new window.DOMParser()).parseFromString("<test><p></test>", "text/xml")
戻る :
<test><p></test>
返してほしい
<test><p></test>