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