摘要: 原文地址:http://www.cnblogs.com/luckdv/articles/1728088.html?login=11、LINQ to XML类以下的代码演示了如何使用LINQ to XML来快速创建一个xml:隐藏行号 复制代码 ? 创建 XMLpublic static void CreateDocument(){ string path = @"d:\website"; XDocument xdoc = new XDocument(new XDeclaration("1.0", "utf-8", "yes& 阅读全文
posted @ 2011-09-16 16:01 dapeng888 阅读(467) 评论(0) 推荐(0)