摘要: asp.net mvc返回json结果集 return Json(new { total = totalCount, rows = result }, JsonRequestBehavior.AllowGet); 返回的时间格式为"/Date(1381748820000)/"这个时候在easyu... 阅读全文
posted @ 2016-12-23 09:51 .windy 阅读(1444) 评论(0) 推荐(0) 编辑