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