不过是个判断返回值,没必要用json吧。默认的xml就行。get方法的话,可以正常页面一样取值string userid = context.Request.QueryString["id"];最后返回值的时候context.Response.Write("我是返回值");然后data就可以得到:"我是返回值"