import { parse } from "fast-xml-parser"; const bodyInput = `\nHello\nWorld`; console.log(`input: ${bodyInput}`); const xmlData = `<?xml ...
確定! 回上一頁