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