XmlDocument加载xml方法 XmlDocument doc = new XmlDocument(); //加载xml 字符串 doc.LoadXml(_Store); //加载xml文件 doc.Load(_Store);//如果LoadXml指定的是文件地址,抛出异常,根级别的数据无效