from multiprocessing import Pool pool=Pool() pool.map(getInfo(url))
多进程抓取
原文:https://www.cnblogs.com/hankleo/p/10575955.html