1 if (year % 4 == 0 && year % 100 != 0) { 2 ans = "闰年";
java.lang.ArithmeticException: / by zero
原文:https://www.cnblogs.com/try4396/p/12048687.html