摘要: public class MyDate //公有的类,与源程序文件同名{ private int year,month,day;//私有成员变量 private static int thisYear;//私有静态成员变量 static { thisYear=2012;//静态成员变量初始化 } p 阅读全文
posted @ 2017-05-15 22:05 浅浅梦,淡淡行 阅读(77) 评论(0) 推荐(0)