2016年5月25日

LINQ to XML

摘要: void Main() { string path = @"C:\Users\knife\Desktop\test.xml"; XDocument xml = XDocument.Load(path); XNamespace ns = "http://tempuri.org/TracePersistence.xsd"; var events... 阅读全文

posted @ 2016-05-25 18:16 空明流光 阅读(237) 评论(0) 推荐(0)

导航