摘要: from multiprocessing import Process,Queue,Pipeimport osdef test(q,child_conn): print("sub q id:%s in the 线程号 %s"% (id(q),os.getpid())) q.put([ "hello" 阅读全文
posted @ 2019-02-21 20:42 ★小钻风★ 阅读(115) 评论(0) 推荐(0)