摘要: class TestInstance: def __init__(self): # 初始化库字典,存放找到的库 self.lib = Proxy() # 使用一个代理对象来模拟层级结构 class Proxy: def __init__(self): self._libObjectDictCache 阅读全文
posted @ 2024-04-27 20:47 朵朵奇fa 阅读(29) 评论(0) 推荐(0) 编辑