重庆分公司,新征程启航
为企业提供网站建设、域名注册、服务器等服务
if (context.Request.InputStream != null) { byte[] postData = new byte[context.Request.InputStream.Length]; context.Request.InputStream.Read(postData, 0, postData.Length); string postDataString = System.Text.Encoding.UTF8.GetString(postData); context.Response.Write(postDataString); }