numpy.char.chararray.ljust# 方法 char.chararray.ljust(width, fillchar=' ')[source]# 返回一个数组,其中 self 的元素在长度为 width 的字符串中左对齐。 参见 char.ljust