摘要: import types class B: def __init__(self, x, y): self.x = x self.y = y def foo(self): pass def A(self): print(self.x) print("A function...") if __name_ 阅读全文
posted @ 2022-05-07 08:58 道友请留步W 阅读(54) 评论(0) 推荐(0) 编辑