标签:super()

super()

#super()

📚 共 3 篇文章 🏷️ 标签分类 📝 super()
super()

Python中super函数的用法

描述super()函数用于调用下一个父类(超类)并返回该父类实例的方法。super是用来解决多重继