类的super函数

super函数的作用

  • python子类继承父类方法而使用的关键字.
    • 子类继承父类后 ,就可以使用父类的方法

super函数的用法

代码