numpy.char.chararray.rsplit# 方法 char.chararray.rsplit(sep=None, maxsplit=None)[source]# 对于 self 中的每个元素,返回字符串中单词的列表,使用 sep 作为分隔符字符串。 另请参阅 char.rsplit