摘要: LocalDateTime now = LocalDateTime.now();int hour = now.getHour();int min = now.getMinute();String currentTime = hour < 10 ? "0" : "" + hour + ":" + mi 阅读全文
posted @ 2024-05-31 10:23 daibiao123 阅读(116) 评论(0) 推荐(0)