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