新闻中心
这里有您想知道的互联网营销解决方案
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数据
链接URL:http://jxjierui.cn/article/jdjces.html