2026年2月11日
摘要: 内部类 成员内部类 静态内部类 局部内部类 匿名内部类 //主方法中 public class Application { public static void main(String[] args) { Outer outer = new Outer(); Outer.Inner1 inner1 阅读全文
posted @ 2026-02-11 20:15 AAA神鹰 阅读(2) 评论(0) 推荐(0)