//方法一 System.currentTimeMillis(); //方法二 Calendar.getInstance().getTimeInMillis(); //方法三 new Date().getTime();