numpy.char.chararray.split# method char.chararray.split(sep=None, maxsplit=None)[源代码]# 对于 self 中的每个元素,返回字符串中的单词列表,使用 sep 作为分隔符字符串. 参见 char.split