1.xpath 操作XML,底下部分代码被注释了,但是是完整功能,去除注释是正常使用的(有写命名和其他冲突,所以注释了) 总体有:完整读取xml,对xml的增删改查,对xml的特定操作 using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using System.Xml;using System.Xml.Linq; namespace XPath