class Test1:
def __init__(self):
self.x = 1
class Test2(Test1):
# how can I get parent class's self.x ??
# exactly here not def __init__(self) or other methods in Test2..
請...我花了幾個小時搞清楚如何讓父類的自我!並失敗.. 我需要一個Python專家!我怎樣才能獲得父母的自我?
你能解釋爲什麼你需要「父類的self.x」嗎? – seb