摘要: 1、进程的常规使用 1 import time 2 from multiprocessing import Process 3 4 5 def func(arg1): 6 print('func is running, arg1 is: ', arg1) 7 time.sleep(2) 8 prin 阅读全文
posted @ 2019-12-25 22:04 四方游览 阅读(144) 评论(0) 推荐(0)