摘要: 1. 原函数、装饰器 都 没有参数 代码: class Test: def __init__(self, func): print('Be in __init__ process...') self.__func = func def __call__(self): print("...Start 阅读全文
posted @ 2023-12-16 12:53 爱吃砂糖橘的白龙 阅读(28) 评论(0) 推荐(0) 编辑