SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss:SSS");// 输出字符串System.out.println(df.format(new Date()));
java输出毫秒时间
原文:https://www.cnblogs.com/longchang/p/11139947.html