摘要: from concurrent.futures import ThreadPoolExecutor # 导入线程池 from threading import current_thread # 从线程中导入查看当前线程的方法 import time,random pool = ThreadPoolE 阅读全文
posted @ 2019-12-20 00:44 real-admin 阅读(114) 评论(0) 推荐(0) 编辑