摘要: 进程池用multiprocessing.Manager().dict()字典,键值是list 直接用share_write_dict[host].append(tmp_d["sid"])不行,添加后的列表依旧为空, 改为 share_write_dict[host] = [] tmp = share 阅读全文
posted @ 2021-10-13 11:32 米开朗菠萝 阅读(739) 评论(0) 推荐(0)