import os import multiprocessing def foo(i): # 同样的参数传递方法 print("这里是", multiprocessing.current_process().name) print('模块名称:', ...
確定! 回上一頁