Vue-resource returns how xml, handles

this is my request, using vue-resource:

Vue.http.post("", params, { emulateJSON: true })

gets the returned value, which is returned by undefined,.

clipboard.png

clipboard.png

how can I get the value of Key in xml?

Mar.09,2021

Google Baidu how to parse xml files


you use parse5 third-party libraries to deal with, or use new DOMParser to convert objects.


https://www.npmjs.com/package.

Menu