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