你好,这是我在一个字符串中的 xml ......
<?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><CelsiusToFahrenheitResponse
xmlns="http://tempuri.org/"><CelsiusToFahrenheitResult>73.4</CelsiusToFahrenheitResult>
</CelsiusToFahrenheitResponse></soap:Body></soap:Envelope>
我想要 73.4 <CelsiusToFahrenheitResult>73.4</CelsiusToFahrenheitResult>
……有没有最快的方法使用字符串函数来做到这一点?...不想遍历整个 xml!