1.出现:Exception in thread "main" java.lang.ClassCastException: class java.time.format.Parsed cannot be cast to class java.time.LocalDate (java.time.format.Parsed and java.time.LocalDate are in module java.base of loader 'bootstrap') 原因分析:不能直接将TemporalAccessor对象强转成localdate对象...