最佳答案:C# 读取XML文件在5个步骤 //1、创建XmlDocument对象 XmlDocument xmlDoc = new XmlDocument(); //2、加载源文件 xmlDoc.Load(