c# xml 节点拼接啥的·
摘要:string a= Dal.cs1(); string b = Dal.cs2(); XmlDocument doc1 = new XmlDocument(); doc1.LoadXml(a); XmlDocument doc2 = new XmlDocument(); doc2.LoadXml(b); XmlNode aaa1 = doc1.SelectSingleNode("//root"); XmlNode bbb1 = doc2.SelectSingleNod...
阅读全文
posted @
2012-07-19 11:12
dm3344
阅读(1313)
推荐(0) 编辑