前台

$.ajax({

type: "get",
cache: false,
url: "/xxx/xxx/",
success: function (retValue)
{
}

});

当前台使用get方式请求时,后台返回JSONResult必须设置JsonRequestBehavior.AllowGet,否则前台会得不到返回值。

如:

return Json(new { flag = "success", Name = "秋风雅居", Url = "http://www.7var.com"},JsonRequestBehavior.AllowGet);

文章搜索

商家广告


版权所有:秋风雅居 (www.198933.com) ©2024 All Rights Reserved.

粤ICP备20031662号