摘要: from time import time, localtime, sleep class Clock(object): def __init__(self, hour=0, minute=0, second=0): self._hour = hour self._minute = minute s 阅读全文
posted @ 2020-12-07 11:23 子觉 阅读(1299) 评论(0) 推荐(0) 编辑