1.super()调用父类的构造方法
2.super只能写在子类的方法(或者构造方法)中
3.this:本身调用这个对象
super:代表父类对象的应用
4.构造方法
this()本类构造
super()父类构造