摘要: import unittest from functools import wraps class DependencyError(Exception): def __init__(self, _type=0): self._type = _type def __str__(self): if se 阅读全文
posted @ 2021-04-01 13:47 莫离m 阅读(308) 评论(0) 推荐(0)