问题描述: 直接 return Json(data);报错。 解决方法: JsonConvert.SerializeObject(data); 原因: 。。。
return Json(data);
JsonConvert.SerializeObject(data);