POST的话 要用 HttpContext.Request.Form 和 HttpContext.Request.Params[""] GET对应HttpContext.Request.QueryString 和 HttpContext.Request.Params[""]