摘要: /** * 生成一个Gson 对象 * * @return */ public static Gson newGsonInstance() { //对localdate 和 localdatetime 的处理 做格式化处理(兼容老核心的string 类型) return new GsonBuilde 阅读全文
posted @ 2020-08-28 15:02 旅途中的Coder 阅读(2429) 评论(0) 推荐(1)