摘要: 供参考 from multiprocessing import Pool import time def function(index): print(f'Start process: {index}') time.sleep(3) print(f'End process {index}') if 阅读全文
posted @ 2021-08-01 22:22 宝山方圆 阅读(54) 评论(0) 推荐(0) 编辑