xml操作基类
摘要: using System;using System.Xml;namespace XmlHelper{/// <summary>/// xml 的摘要说明。/// </summary>public class XmlHandler{protected XmlDocument xdoc=new XmlDocument();public XmlElement root;publi...
阅读全文
posted @
2007-12-24 13:37 dukey 阅读(163) |
评论 (0) 编辑