亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

java如何獲取當前年月日

小億
116
2023-08-08 01:24:16
欄目: 編程語言

在Java中,可以使用java.time包中的LocalDate類來獲取當前年月日。以下是一個示例代碼:

import java.time.LocalDate;
public class Main {
public static void main(String[] args) {
LocalDate currentDate = LocalDate.now();
int year = currentDate.getYear();
int month = currentDate.getMonthValue();
int day = currentDate.getDayOfMonth();
System.out.println("當前年月日:" + year + "-" + month + "-" + day);
}
}

運行以上代碼,將輸出當前年月日。

0
花莲市| 高安市| 凌海市| 渭源县| 广水市| 奉节县| 荆州市| 米林县| 来凤县| 庆安县| 霸州市| 怀来县| 彭山县| 齐河县| 天镇县| 临沧市| 明溪县| 泾阳县| 沽源县| 南雄市| 青川县| 库尔勒市| 黎川县| 郁南县| 格尔木市| 当涂县| 米易县| 昭通市| 高陵县| 榕江县| 天全县| 蓝山县| 栾川县| 明光市| 沿河| 隆安县| 桐庐县| 格尔木市| 长顺县| 湖南省| 景谷|