string a = "<product>产品1</product>"; XmlDocument xmlDoc = new XmlDocument(); xmlDoc.LoadXml(a); string r = xmlDoc.SelectSingleNode("/product").InnerXml; Response.Write(r);
111,094
社区成员
642,554
社区内容
加载中
让您成为最强悍的C#开发者
试试用AI创作助手写篇文章吧