首页 新闻 会员 周边
1
回答数

待解决问题 python多进程创建后只有主进程能运行

from multiprocessing import Processimport timedef f(name): time.sleep(1) print('hello',name,time.cti