我们专注攀枝花网站设计 攀枝花网站制作 攀枝花网站建设
成都网站建设公司服务热线: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://mswzjz.cn/article/jdjces.html

其他资讯