2018年8月7日

C# 遍历类为元素的列表

摘要: using System; using System.Windows.Forms; using ClassLibrary2; using System.Collections.Generic; namespace messageshow { public partial class Form1 : Form { public Form1() { ... 阅读全文

posted @ 2018-08-07 16:49 季三笑 阅读(938) 评论(0) 推荐(0) 编辑

c#xml操作方法

摘要: using System.Xml; //初始化一个xml实例 XmlDocument xml=new XmlDocument(); //导入指定xml文件 xml.Load(path); xml.Load(HttpContext.Current.Server.MapPath("~/file/book 阅读全文

posted @ 2018-08-07 16:47 季三笑 阅读(181) 评论(0) 推荐(0) 编辑

导航