665
1234
6678
xdtech
保存:
import numpy as np
np.save('a.npy', a)
读入:
a=np.load('a.npy')
data=a.item()
至此,data即为读出的字典
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页