|
发表于 2024-4-11 16:34:28
|
显示全部楼层
我现在换了一种写法 ,"<?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><TESTResponse xmlns=\"http://tempuri.org/\"><TESTResult>这是一个字符串</TESTResult></TESTResponse></soap:Body></soap:Envelope>", 这是data返回的结果。请问我要怎么去解析获取这是一个字符串,我试了好多方法,都是xxx is not defined" 我找不到这个框架到底要怎么解析 ,球球管理员帮帮忙看看 |
|