摘要: new Date().getTime() 和 System.currentTimeMillis() 是一样的 public class TestDate { public static void main(String[] args) { Date now= new Date(); //当前日期的毫 阅读全文
posted @ 2020-11-28 22:13 yikolemon 阅读(61) 评论(0) 推荐(0)