Request.QueryString可以在Page中正确调用,但不能在后台线程中调用
在类中需要引入上下文请求,因此需要加上HttpContext.Current
即HttpContext.Current.Request.QueryString
Request.QueryString可以在Page中正确调用,但不能在后台线程中调用
在类中需要引入上下文请求,因此需要加上HttpContext.Current
即HttpContext.Current.Request.QueryString