摘要: class Outer { static int a=10; int b=20; int c=40; void fun(){ Inner e=new Inner(); e.g(); } class Inner{ int c=30; int b=50; Outer f=new Outer(); sta 阅读全文
posted @ 2022-04-26 21:17 HzzzzLi 阅读(19) 评论(0) 推荐(0)