多进程抓取

 

from multiprocessing import Pool

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

 

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