原文:https://docs.scipy.org/doc/numpy/reference/generated/numpy.core.defchararray.add.html
校对:(虚位以待)
numpy.core.defchararray.
add
(x1, x2)[source]返回逐元素的字符串连接为海峡或Unicode 2数组。
数组x1和x2必须具有相同的形状。
参数: | x1:array_like of str或unicode
x2:array_like的str或unicode
|
---|---|
返回: | 添加:ndarray
|