numpy.recarray.dump# 方法 recarray.dump(file)# 将数组的 pickle 格式数据转储到指定文件。该数组可以通过 pickle.load 或 numpy.load 读取回来。 参数: filestr 或 Path指定转储文件名的字符串。