知识小窍门

  1、获取当前的毫秒数

    Long nowTime = new Date().getTime();
    Long nowTime = System.currentTimeMillis();    (推荐使用)

  

原文地址:https://www.cnblogs.com/tanyucong/p/10370270.html