摘要: 一、实验任务 user.py: 1 class User: 2 def __init__(self,name='guest',password='1'*6,status=1): 3 self.name=name 4 self.password=password 5 self.status=statu 阅读全文
posted @ 2022-06-02 23:20 Dimple$ 阅读(31) 评论(1) 推荐(0) 编辑