摘要: string xmlFilePath = "D:\\log_xml\\MarInfo.xml"; //Server.MapPath(@"相对路径如/xml/test.xml"); XmlDocument doc = new XmlDocument(); doc.Load(xmlFilePath);/ 阅读全文
posted @ 2017-03-23 17:09 gl博越 阅读(12954) 评论(0) 推荐(0)