我的其它博客:相册博客 | 百度博客站 | csdn专栏 | 心情博客
随笔 - 9  文章 - 8 评论 - 33 trackbacks - 0

12 2007 档案
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) 编辑