numpy.ma.MaskedArray.__getitem__# 方法 ma.MaskedArray.__getitem__(indx)[源代码]# x.__getitem__(y) <==> x[y] 返回由 i 描述的项目,作为一个掩码数组。