s
o
u
l
s
j
i
e

C#后台获取post参数

 public static string GetQueryString(string key)
        {
            if (HttpContext.Current.Request[key] == null)
                return "";
            return System.Web.HttpUtility.UrlDecode(HttpContext.Current.Request[key]);
        }

  

posted @ 2019-11-14 16:51  soulsjie  阅读(2393)  评论(0编辑  收藏  举报
你累吗?累就对了,当你觉得累时证明你在走上坡路!-----NotFoundObject - 2016-12-14 08:43