我有一个返回结构对象的 Web 服务,所以我得到的响应是以下 XML 字符串。现在我需要将它加载到 XmlDocument 对象中,但是如何摆脱字符串中的转义序列。每个 '"' 的 '\' 都会导致错误。
<?xml version=\"1.0\" encoding=\"utf-8\"?>
<Quote xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns=\"http://tempuri.org/\">
<price>19656</price>
</Quote>