摘要: 使用 importlib # module.py class A: def foo(self): print('this is foo.') @staticmethod def static_method(): print('this is static.') def bar(): print('b 阅读全文
posted @ 2024-02-27 11:49 bitterteaer 阅读(137) 评论(0) 推荐(0) 编辑