在Python 2.7和3中,我使用以下方法来调用超类的函数:class C(B): def __init__(self): B.__init__(self) 我看到也可以用super(B,self).
確定! 回上一頁