numpy.char.chararray.count# 方法 char.chararray.count(sub, start=0, end=None)[source]# 返回一个数组,其中包含子字符串 sub 在范围 [start, end] 中的非重叠出现次数。 另请参阅 char.count