爬虫随笔四

map的使用:

from multiprocessing.dummy import Pool

pool = Pool(4)  //4为计算机的核数

原文地址:https://www.cnblogs.com/weapon-liu/p/8006797.html