zl程序教程

您现在的位置是:首页 >  后端

当前栏目

多进程抓取

进程 抓取
2023-09-11 14:21:24 时间

 

from multiprocessing import Pool

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