共享内存

       from multiprocessing import Manager,Value
       m = Manager()
       num = m.dict({键 : 值})
       num = m.list([1,2,3])

 

posted @ 2019-10-22 12:32  LBC不认输  阅读(158)  评论(0编辑  收藏  举报