原文:https://docs.scipy.org/doc/numpy/reference/generated/numpy.core.defchararray.ljust.html
校对:(虚位以待)
numpy.core.defchararray.
ljust
(a, width, fillchar=' ')[source]在长度宽度的字符串中返回一个数组,其元素为a左对齐。
逐个调用str.ljust。
参数: | a:array_like of str或unicode width:int
fillchar:str或unicode,可选
|
---|---|
返回: | out:ndarray
|
也可以看看