C# 获取XML中所有节点值
摘要:C# 获取XML中所有节点值 考虑写一些操作XML的公共方法生成dll,以备以后经常使用,今天先实现了获取XML中所有节点值。 参考资料: shmiloy001的博客 : http://blog.csdn.net/shmiloy001/article/details/6637686稍作修改,可以作为dll引用,代码如下:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Xml;using System.IO;namespace XmlOperation{
阅读全文
posted @ 2011-09-23 17:32
浙公网安备 33010602011771号