摘要: class User(): def __init__(self,name="guest",password='111111',status=1): self._name=name self._password=password self._status=status def define(self) 阅读全文
posted @ 2022-06-05 09:10 戎梓瑞 阅读(20) 评论(2) 推荐(0) 编辑