获取时间戳的方法 西湖畔 2020-10-12 180 阅读1分钟 1.Calendar.getInstance().getTimeInMillis(); 2.System.currentTimeMillis(); 3.new Date().getTime()。