摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Xml; 5 using System.Data; 6 7 namespace operate_xml 8 { 9 class operate_xml1 10 { 11 public XmlDocument myXmlDocument; 12 13 /// <summary> 14 /// 带参构造函数 15 /// ... 阅读全文
posted @ 2012-12-26 22:13 net515 阅读(244) 评论(0) 推荐(0) 编辑