摘要: from threading import Thread class MyThread(Thread): def __init__(self, func, args): super(MyThread, self).__init__() self.func = func self.args = arg 阅读全文
posted @ 2020-11-17 14:26 没有显示名称 阅读(166) 评论(0) 推荐(0) 编辑