numpy.ma.masked_array.dumps# 方法 ma.masked_array.dumps()# 返回数组的 pickle 字符串.pickle.loads 会将字符串转换回数组. 参数: None