numpy.ma.MaskedArray.__radd__# method ma.MaskedArray.__radd__(other)[源代码]# 将 other 加到 self,并返回一个新的 masked array.