mvc

用网址带参数/index?oper=postorder

 Stream s = System.Web.HttpContext.Current.Request.InputStream;
            byte[] b = new byte[s.Length];
            s.Read(b, 0, (int)s.Length);

            return Encoding.UTF8.GetString(b);

接口用这个取值一直返回00000

分类:

技术点:

相关文章: