摘要: 进程: 什么是进程 from multiprocessing import Process import time def task(name): print('%s is running' %name) time.sleep(3) print('%s is done' %name) # 在wind 阅读全文
posted @ 2019-07-26 05:56 zhouhao666 阅读(153) 评论(0) 推荐(0) 编辑