numpy.char.chararray.replace# 方法 char.chararray.replace(old, new, count=None)[源代码]# 对于 self 中的每个元素,返回一个字符串的副本,其中所有子字符串 old 都被 new 替换. 参见 char.replace