LocalDate firstDayOfThisYear = Year.now(ZoneId.systemDefault()).atDay(1); System.out.println(firstDayOfThisYear);.
確定! 回上一頁