整个流程按照官方的来的,通过
this.modeler.saveXML((err, xml) => { if (err) { console.error(err) } _xml = xml; })
获取到xml格式的东西以后,反显一直报错,还请遇到过这种问题的嘛