摘要: 一、传统DOM创建XML方法 private static void CreateXmlDocWithDom() { XmlDocument doc =new XmlDocument(); XmlElement inventory = doc... 阅读全文
posted @ 2015-01-05 10:54 徐航 阅读(489) 评论(0) 推荐(0)