摘要: XDocument:Using System.XML.Linq;XDocumentxdoc=XDocument.Load(Application.dataPath+@"/myx.xml");XElementroot=xdoc.Root;foreach(varrinroot.Elements()){ ... 阅读全文
posted @ 2015-05-21 11:39 Cvjar 阅读(212) 评论(0) 推荐(0)