numpy.ma.MaskedArray.dump# 方法 ma.MaskedArray.dump(file)# 将数组的 pickle 转储到指定的文件。可以使用 pickle.load 或 numpy.load 将数组读回。 参数: filestr 或 Path一个字符串,命名转储文件。