摘要: using System.Xml; //初始化一个xml实例 XmlDocument xml=new XmlDocument(); //导入指定xml文件 xml.Load(path); xml.Load(HttpContext.Current.Server.MapPath("~/file/book 阅读全文
posted @ 2020-08-24 14:09 新梦想程序员 阅读(1846) 评论(0) 推荐(0)