logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

JSON.toJSONString 对象日期变为了时间戳

String mes= JSON.toJSONString(requestMap);改为String mes= JSON.toJSONStringWithDateFormat(requestMap,"yyyy-MM-dd HH:mm:ss");

#java
到底了