摘要: 上次操作这东西还是第一个项目里面,为了读取xml文件里面的大量的数据操作这东西。现在突然要写这东西虽然很简单,还是有点生疏,写个demo以备查阅。后面再linq to xml就简单很多。使用的xml文件demo.xml: 127.0.0.1 test sa 111222 127.0.0.1 test sa 111222 然后是操作xml的类XmlOperatorDemo.cs:using System;using System.Collections.Generic;using System.Linq;using System.Te... 阅读全文
posted @ 2013-01-17 19:56 CooMark 阅读(334) 评论(0) 推荐(0)