参考学习:https://www.runoob.com/python3/python3-class.html
以下是 super() 方法的语法:
super(type[, object-or-type])
参数
- type -- 类。
- object-or-type -- 类,一般是 self
参考学习:https://www.runoob.com/python3/python3-class.html
以下是 super() 方法的语法:
super(type[, object-or-type])
相关文章: