asp.net中应用jquery + ashx的传值

使用$.ajax()函数POST方式提交数据的时候,在ashx中要接受data,可以使用context.Request.Form["参数名"]的方式取值