ashx文件结合ajax使用(返回json数据)

ashx文件返回json数据:javascript public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"; string userName = string.Empty;
相关文章
相关标签/搜索