摘要: 1 class YiChang{ 2 public static void main(String[] args){ 3 A a=new A(); 4 a.show(); 5 } 6 } 7 8 class A{ 9 int[] i={1,... 阅读全文
posted @ 2014-11-02 00:19 codeZhu 阅读(425) 评论(0) 推荐(0)