多进程抓取

 

from multiprocessing import Pool

pool=Pool()
pool.map(getInfo(url))

 

posted @ 2019-03-22 06:26  hankligoing  阅读(243)  评论(0)    收藏  举报