摘要: 实例: private static void test14() { System.out.println(System.currentTimeMillis()); System.out.println(Calendar.getInstance().getTimeInMillis()); Syste 阅读全文
posted @ 2021-01-15 15:31 照旧 阅读(9326) 评论(0) 推荐(0) 编辑
摘要: package com.zkn.newlearn.json; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONObject; import java.util.Map; /** * JSON字符串自动转换 * Cre 阅读全文
posted @ 2021-01-15 14:28 照旧 阅读(1744) 评论(0) 推荐(0) 编辑