• 2022-06-06
    假设Calendarcalendar=newGregorianCalendar().__________返回日历的月份。
    A: calendar.get(Calendar.MONTH)
    B: calendar.get(Calendar.MONTH_OF_YEAR)
    C: calendar.get(Calendar.WEEK_OF_MONTH)
    D: calendar.get(Calendar.WEEK_OF_YEAR)