服务器端如何获取post请求?post请求是以xml的形式发出的,那么服务器端如何获取post请求?[解决办法]XmlDocument doc =new XmlDocument(); doc.Load(Request.InputStream);