400 028 6601

建站动态

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

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.bluegullmedia.com/article/jdjces.html

其他资讯

让你的专属顾问为你服务

0.0429s