Linq to XML - C#生成XML
摘要:
1.System.Xml.XmlDocument XML file转成字符串 string path3 = @"C:\Users\test.xml"; XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Load(path3); string ... 阅读全文
posted @ 2014-05-07 16:37 白马酒凉 阅读(158) 评论(0) 推荐(0)
浙公网安备 33010602011771号