numpy.ma.masked_array.dumps# 方法 ma.masked_array.dumps()# 将数组的 pickle 格式作为字符串返回。pickle.loads 将把该字符串转换回数组。 参数: 无