摘要: Inspection info: 获取当前毫秒数:System.currentTimeMillis(); 而不是new Date().getTime(); 说明:如果想获取更加精确的纳秒级时间值,用System.nanoTime。在JDK8中,针对统计时间等场景,推荐使用Instant类。 publ 阅读全文
posted @ 2022-03-08 09:43 丶Ronnie 阅读(655) 评论(0) 推荐(0)