摘要: import multiprocessing class mypro(multiprocessing.Process): def __init__(self,a,b): super().__init()__ 原生的Process里面的许多函数需要原生构造函数初始化 self.a = a self.b 阅读全文
posted @ 2018-11-20 11:55 山…隹 阅读(156) 评论(0) 推荐(0)