1.NPM安装x2js //使用npm安装 npm i x2js 2.全局挂载main.js import x2js from ‘x2js’ //xml数据处理插件 Vue.prototype.$x2js = new x2js() //全局方法挂载 3.使用 //res (xml数据) var jsonObj = _self.$x2js.xml2js(res); console.log(jsonObjt);