private void test(HttpContext context) { string strjson = context.Request.QueryString["jsoncallback"]; context.Response.Write(strjson+"({\"msg\":1, \"msgbox\":\"短信发送成功,请注意查收验证码!\"})"); return; }