中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

java怎么獲取當前時間戳

小億
115
2023-10-24 11:53:59
欄目: 編程語言

在Java中,可以使用System.currentTimeMillis()方法獲取當前時間戳,返回的是從1970年1月1日00:00:00 GMT到當前時間的毫秒數。另外,可以使用Instant.now().toEpochMilli()方法也可以獲取當前時間戳。以下是示例代碼:

public class Main {
    public static void main(String[] args) {
        // 使用System.currentTimeMillis()獲取當前時間戳
        long timestamp1 = System.currentTimeMillis();
        System.out.println("當前時間戳1:" + timestamp1);

        // 使用Instant.now().toEpochMilli()獲取當前時間戳
        long timestamp2 = Instant.now().toEpochMilli();
        System.out.println("當前時間戳2:" + timestamp2);
    }
}

輸出結果類似于:

當前時間戳1:1627047058000
當前時間戳2:1627047058000

0
马关县| 铜山县| 祥云县| 莱芜市| 衡山县| 海丰县| 无为县| 桦甸市| 门源| 师宗县| 五峰| 鄂州市| 邵武市| 滦平县| 道孚县| 太和县| 青神县| 吴江市| 乐昌市| 嵊州市| 临沧市| 霍城县| 永新县| 孝感市| 荆门市| 马关县| 绥阳县| 吉木萨尔县| 衢州市| 克山县| 阜宁县| 全南县| 梨树县| 外汇| 高台县| 什邡市| 商城县| 孙吴县| 黄骅市| 乐至县| 时尚|