摘要: package 内部类.访问权限;public class Outer { private int num=10; public static class Inner{ public static void Show(){ System.out.println("num"); } } public 阅读全文
posted @ 2022-06-03 21:31 藏进夜里躲在光下 阅读(25) 评论(0) 推荐(0)