摘要: ljust用法:string.ljust(number,'x')格式化输出字符串,按照number数量调整字符串的总长度,ljust是左对齐,‘x’是填充字符,默认是空格类似的还有rjust,center 阅读全文
posted @ 2014-03-18 11:11 silence.li 阅读(596) 评论(0) 推荐(0)