返回总目录页
摘要: 共享模式: class Borg: __shared_state = {} def __init__(self): self.__dict__ = self.__shared_state def __str__(self): return self.state class YourBorg(Borg 阅读全文
posted @ 2021-08-21 17:35 马昌伟 阅读(160) 评论(0) 推荐(0)
博主链接地址:https://www.cnblogs.com/machangwei-8/