获取时间戳的方法

180 阅读1分钟
1.Calendar.getInstance().getTimeInMillis();
2.System.currentTimeMillis();
3.new Date().getTime()。