https://www.runoob.com/python/python-func-super.html
多继承的时候,继承顺序:
python 调用父类方法:super && 直接使用父类名
原文:https://www.cnblogs.com/qian-shan/p/13368400.html