摘要: import java.io.*;public class 日期类{ /** * @param args */public static void countday(String[] args) throws IOException{// TODO Auto-generated method stubint year,month,date,i,day=0; String str; BufferedReader buf; buf=new BufferedReader(new InputStreamReader(System.in)); System.out.println("输入一个年 阅读全文