标签:
   var tb = evnWarningBll.GatWarning(); 
            var  timeFormat = new IsoDateTimeConverter();
            timeFormat.DateTimeFormat = "yyyy-MM-dd HH:mm:ss";
           
 _context.Response.Write(JsonResultHelper.JsonResult(true, "查询成功!", 
JsonConvert.SerializeObject(tb, Newtonsoft.Json.Formatting.Indented, 
timeFormat)));
标签:
原文地址:http://www.cnblogs.com/change4now/p/5665207.html