在Java中,可以使用System.currentTimeMillis()
方法获取当前的时间戳。这个方法返回的是自1970年1月1日以来的毫秒数。下面是一个简单的示例代码:
public class Main {
public static void main(String[] args) {
long timestamp = System.currentTimeMillis();
System.out.println("当前时间戳:" + timestamp);
}
}
输出结果类似于:
当前时间戳:1630368044140
辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读: java中xpath的用法是什么