function buildXml (obj) { const opts = { encoding: 'utf-8' } const xml = builder.create(obj, opts) return xml.end({ pretty: true, allowEmpty: false }) }.
確定! 回上一頁