【发布时间】:2021-02-07 08:08:43
【问题描述】:
我试图通过 C# 代码传递此字符串但失败:
System.Xml.XmlDocument doc = new System.Xml.XmlDocument(); doc.LoadXml(string);
尝试发送整体和 3 个部分,但在 Sectiona 内失败
string Sectiona = @"
字符串 Sectionb = "1479374";
string Sectionc = "";
字符串数据 = Sectiona + Sectionb + Sectionc;
【问题讨论】:
标签: c# xml string web-services