摘要: class User: def __init__(self,name='guest',password='111111',statu='1'): self.name=name self.password=password self.statu=statu def info(self): if sel 阅读全文
posted @ 2022-06-05 14:21 卞康耀 阅读(39) 评论(2) 推荐(0) 编辑