摘要:
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("输入一个年 阅读全文
posted @ 2013-11-10 22:12
梦溪薇夏
阅读(343)
评论(0)
推荐(0)