NumPy - numpy.char.multiply() 函数 简述 此函数执行多重连接。 import numpy as np print np.char.multiply('Hello ',3) 复制 它的输出如下 - Hello Hello Hello 复制 返回字符串函数