解决改用xml2js解析xml。import * as xml2js from 'xml2js';export const xmlToJson = (xml: string) => { let xmlJson = ''; xml2js.parseString(xml ...
確定! 回上一頁