标签

18

super 和 this的区别和用法

this和super不能用于static修饰的变量,方法,代码块;因为this和super都是指的是对象(实例)。......