numpy.matrix.dump# 方法 matrix.dump(file)# 将数组的 pickle 序列化内容转储到指定文件。该数组可以使用 pickle.load 或 numpy.load 读回。 参数: filestr 或 Path转储文件的名称字符串。