2012年12月9日

摘要: 00:27:422012-12-09 1 publc class Test{ 2 static{ 3 int age = 32; 4 System.out.println("int类型变量age的值为:"+age); 5 } 6 public static void main(String[] args){ 7 new Test(); 8 new Test(); 9 }//运行结果为:int 类型变量的值为: 3210 }View Code 1 publc class Test{ 2 st... 阅读全文
posted @ 2012-12-09 00:29 fng 阅读(95) 评论(0) 推荐(0)

导航