摘要: 贴上示例代码 1 class Foo(object): 2 def __init__(self, sex): 3 self.sex = sex 4 5 def Fun(self): 6 print(hasattr(foo, 'sex')) 7 return self.sex 8 9 10 foo = 阅读全文
posted @ 2021-08-04 10:18 SlookUP 阅读(281) 评论(0) 推荐(0) 编辑