摘要:
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
阅读(1320)
评论(0)
推荐(0)
浙公网安备 33010602011771号