随笔分类 - XML
XML 操作基类(转载)
摘要:using System;using System.Collections.Generic;using System.Text;using System.Xml;using System.Data;using System.IO;/**//// <summary>/// XML 操作基类/// </summary>public class XmlHelper{ /**///...
阅读全文
操作XML(转载)
摘要:已知有一个xml文件(bookstore.xml)如下: <?xmlversion="1.0"encoding="gb2312"?> <bookstore> <bookgenre="fantasy"isbn="2-3631-4"> <title>oberon’slegacy</title> <author>core...
阅读全文
浙公网安备 33010602011771号