摘要:
服务端: if (context.Request.Cookies["CheckCode5"] == null) { context.Response.Write("success_jsonpCallback(-1)"); context.Response.End(); } result = Chec 阅读全文
摘要:
服务端代码: string action = Request.QueryString["action"]; Response.ContentType = "text/json"; var origin = Request.Headers["Origin"]; if (!string.IsNullOr 阅读全文