摘要: from threading import Thread, Timer import random class code: def __init__(self): self.make_cach() def make_cach(self, interval = 5): self.cach = self.make_code() p... 阅读全文
posted @ 2018-11-18 16:44 Nope!!!! 阅读(373) 评论(0) 推荐(0)