摘要:
一、简单介绍using System.Xml;//初始化一个xml实例XmlDocument xml=new XmlDocument();//导入指定xml文件xml.Load(path);xml.Load(HttpContext.Current.Server.MapPath("~/file/boo... 阅读全文
posted @ 2015-04-12 23:44
阿亮的笔记
阅读(189)
评论(0)
推荐(0)
摘要:
类的完整代码:using System;using System.Collections;using System.Xml;namespace Keleyi.Com.XmlDAL{public class XmlHelper{#region 公共变量XmlDocument xmldoc;XmlNod... 阅读全文
posted @ 2015-04-12 23:42
阿亮的笔记
阅读(3324)
评论(0)
推荐(1)