目录

multiply()

此函数执行多个串联。

import numpy as np 
print np.char.multiply('Hello ',3)

其产出如下 -

Hello Hello Hello 
↑回到顶部↑
WIKI教程 @2018