LocalDate操作日期 public static void main(String[] args) {// 获取当前日期LocalDate currentDate = LocalDate.now();System.out.println("今...