摘要: 0.multiprocessing 多进程的使用 from multiprocessing import Pool, cpu_count import time build_links = [1,2,3,4,5,6,7,8] auth = 'auth' def test(url, auth): ti 阅读全文
posted @ 2020-10-20 20:18 该显示昵称已被使用了 阅读(94) 评论(0) 推荐(0)