设置一下返回类型为HTML TEXT就可以了
JsonResult json = Json(xxx, JsonRequestBehavior.DenyGet); json.ContentType = "text/html"; return json;