阅读量:1
在Java中,可以通过System.currentTimeMillis()
方法来获取当前的毫秒级时间戳,然后可以将其除以1000来得到秒级时间戳。示例如下:
long currentTimeMillis = System.currentTimeMillis(); long currentSeconds = currentTimeMillis / 1000; System.out.println("秒级时间戳:" + currentSeconds);
在Java中,可以通过System.currentTimeMillis()
方法来获取当前的毫秒级时间戳,然后可以将其除以1000来得到秒级时间戳。示例如下:
long currentTimeMillis = System.currentTimeMillis(); long currentSeconds = currentTimeMillis / 1000; System.out.println("秒级时间戳:" + currentSeconds);
为您即时展示最新活动产品广告消息,让您随时掌握产品活动新动态!