numpy.chararray.split #

方法

字符数组。split ( sep = None , maxsplit = None ) [来源] #

对于self中的每个元素,返回字符串中的单词列表,使用sep作为分隔符字符串。

也可以看看

char.split