Python中创建进程的两种方式以及进程池 Python中创建进程的两种方式以及进程池 Python中创建进程的两种方式以及进程池 在Python中创建进程有两种方式,第一种是: from multiprocessing import Process import time def test(): while True: print('---test---'