摘要: 1 class user: 2 def __init__(self,name='guest',password=111111,status=1): 3 self.name = name 4 self.password = password 5 self.status = status 6 7 def 阅读全文
posted @ 2022-06-08 13:13 pray4hell 阅读(5) 评论(2) 推荐(0) 编辑