numpy.char.chararray.ljust# method char.chararray.ljust(width, fillchar=' ')[源代码]# 返回一个数组,该数组的元素 self 在长度为 width 的字符串中左对齐. 参见 char.ljust