摘要: //创建xmlView Code 1 View Code 2 [TestClass] 3 public class UnitTest1 4 { 5 static string xmlPath = "app.xml"; 6 7 [TestMethod] 8 public void CreateXML() 9 {10 XNamespace ns = "http://www.so12.com/App";//命名空间11 XDocument doc... 阅读全文
posted @ 2013-05-02 08:16 bert.zeng 阅读(188) 评论(0) 推荐(0)