摘要: # 这段代码引起了一个NoneType的错误,没有search到解决办法。class PeoplemataClass(type): def __new__(cls, *args, **kwargs): print(cls) print(*args) print(**kwargs) class man 阅读全文
posted @ 2021-07-17 23:59 The小黑 阅读(37) 评论(0) 推荐(0)