string xmlFile = Request.PhysicalApplicationPath @"\1.xml"; string imageFile = Request.PhysicalApplicationPath @"\1.jpg";
using (XmlWriter writer = XmlWriter.Create(xmlFile))
}
相关文章:
string xmlFile = Request.PhysicalApplicationPath @"\1.xml"; string imageFile = Request.PhysicalApplicationPath @"\1.jpg";
using (XmlWriter writer = XmlWriter.Create(xmlFile))
}
相关文章: