numpy.matrix.dump# method matrix.dump(file)# 将数组的 pickle 转储到指定的文件中.该数组可以使用 pickle.load 或 numpy.load 读回. 参数: filestr 或 Path一个命名转储文件的字符串.