028-86922220

建站动态

根据您的个性需求进行定制 先人一步 抢占小程序红利时代

asp.netashx接收post数据

 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);            
     }

文章名称:asp.netashx接收post数据
网页地址:http://www.tsicrk.com/article/jdjces.html

其他资讯

让你的专属顾问为你服务

2.3073s