摘要: 原文链接 当前时间 import java.sql.Timestamp; //导包 Timestamp nowTime = new Timestamp(System.currentTimeMillis()); System.out.println(nowTime); 输出: 2022-06-08 1 阅读全文
posted @ 2022-08-23 10:04 代码的路 阅读(556) 评论(0) 推荐(1)