摘要: 1.输入一个年份,判断是不是闰年(能被4整除但不能被100整除,或者能被400整除) package test2; import java.util.Scanner; public class test2 { public static void main(String[] args) { // T 阅读全文
posted @ 2020-03-24 19:35 只是马文龙 阅读(139) 评论(0) 推荐(0)