JSON.toJSONString时间字段是时间戳问题
解决方法:
这个种方式时间就是时间戳:
String jsonResult = JSON.toJSONString(vmCustomerProductList);
这个种方式时间就是按照你设置的时间格式显示:
String jsonResult = JSON.toJSONStringWithDateFormat(vmCustomerProductList,"yyyy-MM-dd HH:mm:ss");
JSON.toJSONString时间字段是时间戳问题
解决方法:
这个种方式时间就是时间戳:
String jsonResult = JSON.toJSONString(vmCustomerProductList);
这个种方式时间就是按照你设置的时间格式显示:
String jsonResult = JSON.toJSONStringWithDateFormat(vmCustomerProductList,"yyyy-MM-dd HH:mm:ss");
有建议,请留言!