python从文件载入字典

data = np.load('dict_.npy')
data = data.item()

  不加最后一句,data不是字典类型

原文地址:https://www.cnblogs.com/niulang/p/12883040.html