共享內存

       from multiprocessing import Manager,Value
       m = Manager()
       num = m.dict({鍵 : 值})
       num = m.list([1,2,3])
相關文章
相關標籤/搜索