摘要: 1. 多进程 使用的是concurrent.future from concurrent.futures import ThreadPoolExecutor, as_completed, ProcessPoolExecutor THREAD_POOL = ThreadPoolExecutor(4) 阅读全文