摘要:
注册一个进程: from multiprocessing import Process import os def func(args): # 在子进程里面。args接收一个参数,如果要接受多个参数使用*args print(args) print(111) print('子进程:', os.get 阅读全文
posted @ 2018-10-11 12:55
aaronthon
阅读(875)
评论(0)
推荐(0)

浙公网安备 33010602011771号