标签:isLeapYear

  • java.time.YearMonth isLeapYear()方法

    java time Year isLeapYear()方法检查年份是否为闰年。1语法publicbooleanisLeapYear()2参数无3返回值如果年份是闰年则返回为true,否则为f

  • java.time.LocalDate isLeapYear()方法

    java time LocalDate isLeapYear()方法检查年份是否为闰年。1语法publicbooleanisLeapYear()2参数无3返回值如果年份是闰年则为true,否则为