91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

java怎么獲得當前月

小億
114
2024-09-26 02:05:56
欄目: 編程語言

在Java中,你可以使用java.time包中的YearMonth類和LocalDate類來獲取當前月份。以下是兩種方法的示例:

方法1:使用YearMonth

import java.time.YearMonth;

public class Main {
    public static void main(String[] args) {
        YearMonth currentMonth = YearMonth.now();
        System.out.println("當前月份: " + currentMonth);
    }
}

方法2:使用LocalDate

import java.time.LocalDate;

public class Main {
    public static void main(String[] args) {
        LocalDate currentDate = LocalDate.now();
        int month = currentDate.getMonthValue();
        System.out.println("當前月份: " + month);
    }
}

這兩種方法都會輸出當前月份。第一種方法返回一個YearMonth對象,可以直接獲取月份。第二種方法返回一個LocalDate對象,需要調用getMonthValue()方法來獲取月份。

0
武威市| 周宁县| 西城区| 安阳县| 三门峡市| 大英县| 白河县| 郓城县| 岚皋县| 云南省| 宿州市| 神木县| 长治市| 馆陶县| 汤原县| 南开区| 凌源市| 和顺县| 怀安县| 昌平区| 宣化县| 红桥区| 常州市| 明溪县| 巴彦淖尔市| 海门市| 翼城县| 武定县| 无棣县| 财经| 株洲市| 象州县| 阿鲁科尔沁旗| 竹溪县| 镇坪县| 田东县| 台中市| 安阳县| 永福县| 翼城县| 兰溪市|