多进程抓取

 

from multiprocessing import Pool

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

 

posted @ 2019-03-22 06:26  hank-li  阅读(233)  评论(0编辑  收藏  举报