多进程抓取

from multiprocessing import Pool

pool=Pool()
pool.map(getInfo(url))
原文地址:https://www.cnblogs.com/hankleo/p/10575955.html