摘要: # 保存 np.save('nn.npy', {1:'1','2':2}) # 加载 np.load('nn.npy', allow_pickle=True).item() 阅读全文
posted @ 2022-10-16 09:59 赫凯 阅读(45) 评论(0) 推荐(0)