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