numpy.char.chararray.rindex# method char.chararray.rindex(sub, start=0, end=None)[源代码]# Like rfind, but raises ValueError when the substring sub is not found. 参见 char.rindex