numpy.char.ljust # 字符。ljust ( a , width , fillchar = ' ' ) [来源] # 返回一个数组,其中元素在长度为width的字符串中左对齐。 按元素调用str.ljust 。 参数: str 或 unicode 的array_like 宽度整数结果字符串的长度 fillchar str 或 unicode,可选用于填充的字符 返回: 输出数组str 或 unicode 的输出数组,具体取决于输入类型 也可以看看 str.ljust