原创 python進程池

一、進程池 import time from multiprocessing import Pool import random import os def run(i): start = t