gson 显示时间格式 Gson gson = new GsonBuilder().setDateFormat("yyyy-MM-dd HH:mm").create();gson.toJson(Str);
?