摘要: ①string.capitalize() 首字母大写 test='angel'v=test.capitalize()print(v)返回值为:Angel ②string.center(width,fillchar=None) 字符居中并默认用空格填充 test='angel'v=test.cente 阅读全文
posted @ 2019-07-06 07:13 芒铱 阅读(138) 评论(0) 推荐(0)