numpy.char.chararray.index# method char.chararray.index(sub, start=0, end=None)[源代码]# 与 find 类似,但当未找到子字符串时会引发 ValueError . 参见 char.index