Gson format LocalDateTime. Gson gson = new GsonBuilder().setDateFormat("yyyy-MM-dd HH:mm:ss").create(); return gson.toJson(resultData);.
確定! 回上一頁