javascript中如何解析一个xml格式的promise对象

通过promise返回一个promise对象,它是xml格式的,我要如何将它解析成json格式的?
它的格式如下:

"<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Body><GetCurrentRoomStatusGraphResponse xmlns="www.example.com"><GetCurrentRoomStatusGraphResult>
    <RoomStatusGraphItem></RoomStatusGraphItem>
    </GetCurrentRoomStatusGraphResult></GetCurrentRoomStatusGraphResponse>
    </soap:Body></soap:Envelope>"


PIPIONE
浏览 608回答 2
2回答

狐的传说

XML 其实就是可以理解为 HTML 嘛。

猛跑小猪

有 jquery 可以很好找。
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript