摘要: 1 package test; 2 3 class A 4 { 5 private static int i; // Static, Private Attribute 6 private static int j; // Static, ... 阅读全文
posted @ 2015-02-25 22:24 JonLi 阅读(199) 评论(0) 推荐(0)