Python 的继承及super的用法,程序员大本营,技术文章内容聚合第一站。 ... __init__() print("B init") class C(B): def __init__(self): super(C, self).
確定! 回上一頁