摘要: 点击查看代码 class Field: _creation_counter = 0 def __init__(self): self._creation_counter = Field._creation_counter Field._creation_counter += 1 class Inte 阅读全文
posted @ 2024-03-14 00:23 周亚彪 阅读(43) 评论(0) 推荐(0)