网上有一个普遍的XML操作类,个人感觉用起来非常的不好,特对它进行了重新封装。XMLOption类:重写构造函数:XMLOption(stringtempXmlFilePath)和XMLOption(stringtempXmlFilePath,enumXmlPathTypetempXmlFilePathType)属性:Path根节点路径;RootName根节点名称;XmlFilePath文件路径;方法:1、GetXmlNodeAttribute(intNodeIndex,stringstrNodePath,stringstrAttribute)获取节点的属性