摘要: LINQ to XML操作XML文件的方法,如创建XML文件、添加新的元素到XML文件中、修改XML文件中的元素、删除XML文件中的元素等。1. 创建XML文件string xmlFilePath = Server.MapPath("Data/Product.xml");XDocument do... 阅读全文
posted @ 2014-11-02 23:20 libingql 阅读(4296) 评论(0) 推荐(0)