Python的Super方法

咱們最多見的,能夠說幾乎惟一能見到的使用super的形式是:java class SubClass(BaseClass): def method(self): super(SubClass, self).method() #do some thing here... 其中,最多見的method()是__init__()python 之前作過Java,剛剛接觸
相關文章
相關標籤/搜索