摘要: class ShortInputError(Exception): def __init__(self, length, min_len): self.length = length self.min_len = min_len def __str__(self): return f'您输入的密码长 阅读全文
posted @ 2020-11-12 17:15 diracy 阅读(79) 评论(0) 推荐(0)