2022年11月3日
摘要: 1 import time 2 from concurrent.futures import ThreadPoolExecutor, as_completed, ProcessPoolExecutor 3 4 5 class Spider: 6 7 executor = ThreadPoolExec 阅读全文
posted @ 2022-11-03 15:28 不是霉蛋 阅读(45) 评论(0) 推荐(0)