import {parse, stringify} from 'fast-xml-parser'; const root = parse('<!DOCTYPE html><html>hello</html>'); // change text node ...
確定! 回上一頁