摘要: 1.内部类eg:public class Example{ public static void main(String[] args){ FirstClass fc = new FirstClass(); FirstClass.SecondClass sc = fc.new Seco... 阅读全文
posted @ 2015-08-11 16:21 *飞飞* 阅读(138) 评论(0) 推荐(0)