标签: c# xml readfile
尝试访问XML文件时,我遇到了异常 这是代码
XmlDocument xmlDocument = new XmlDocument(); xmlDocument.Load(@"path");