0000000
super如果要调用父类的局部变量的值,你可以先用super去get父类你想要的局部变量值的类,例如:super.eat(),然后再去点eat里面的局部变量。super.eat().age;(应该是这样?)
不可以