super 函数的作用是:不需要明确给出任何基类的名字,它会自动找到所有直接基类,及其对应的方法.用于继承.
可参考:www.runoob.com/python/python-func-super.html
更容易理解的介绍:https://www.cnblogs.com/xinghuaikang/p/8481712.html
super 函数的作用是:不需要明确给出任何基类的名字,它会自动找到所有直接基类,及其对应的方法.用于继承.
可参考:www.runoob.com/python/python-func-super.html
更容易理解的介绍:https://www.cnblogs.com/xinghuaikang/p/8481712.html