如题。
求大侠解答!
其实你这里的new SInner().score2,就等同于创建子类的对象,然后访问子类的属性,即
SInner s=new SInner();
+s.score2
找到答案了。
直接写score2不行?