日期:2014-05-16 浏览次数:20337 次
??// 解决gson格式化日期不规范导致javascript无法解析日期的问题??Gson gson = new GsonBuilder().setDateFormat("yyyy-MM-dd HH:mm:ss").create();