java时间戳

String randomNum = (int) (Math.random() * 900 + 100)+"";
idemContent.put("seqNum", DateUtils.format(new Date(),"yyyyMMddHHmmssSSS")+randomNum);
原文地址:https://www.cnblogs.com/zfzf1/p/10556634.html