摘要: import datetime class TimeException(Exception): def __init__(self, exception_info): super().__init__() self.info = exception_info def __str__(self): r 阅读全文
posted @ 2021-11-24 16:19 wanghhhh 阅读(44) 评论(0) 推荐(0)