摘要: 启动一个进程 from multiprocessing import Process import os def info(title): print(title) print('module name:', __name__) print('parent process:', os.getppid 阅读全文
posted @ 2020-08-25 14:48 呓语i 阅读(125) 评论(0) 推荐(0) 编辑