2016年6月23日

2、C#入门第2课

摘要: 1、XML文件读取 XmlDocument xml; string path = "F:\\C#\\功2016.xml"; if (System.IO.File.Exists(path)) { xml = new XmlDocument(); xml.Load(path); //加载XML文档 } 阅读全文

posted @ 2016-06-23 09:09 MILUMI 阅读(150) 评论(0) 推荐(0) 编辑

导航