外部类对象调用内部类中的方法可以吗???
如 hello.show();
要先继承内部的类才可以代用,用import:
Inner i = hello.new Inner();还有这行代码怎样理解呢?亲们