我使用xml2js在Angular中将一些xml转换为json,如下所示: showData() { xml2js.parseString(this.xml, (err, result) => { this.text = result; ...
確定! 回上一頁