摘要:
http://www.cnblogs.com/carekee/articles/2038960.html 阅读全文
摘要:
XmlDocument xml = new XmlDocument(); xml.Load(Server.MapPath("aa.xml"));//读取你的XML Response.ClearContent(); Response.ClearHeaders(); Response.ContentType = "text/xml"; xml.Save(Response.Output); Response.End(); 阅读全文