理解Python中super. ... 在单继承时, super().__init__() 与 Base.__init__() 是一样的。super()避免了基类的显式调用。代码如下:. super().init() ...
確定! 回上一頁