每日归档: 15 8 月, 2022

Python补齐字符串长度

ljust(len,str)字符向左对齐,用str补齐长度rjust(len,str)字符向右对齐,用str补齐长度rjust(len,str)字符中间对齐,用str补齐长度zfill(width)指定字符串长度,右对齐,前面补充 ... 阅读全文