numpy.char.chararray.rindex# 方法 char.chararray.rindex(sub, start=0, end=None)[source]# 与 rfind 类似,但当子字符串 sub 未找到时,会引发 ValueError。 另请参阅 char.rindex