Python编程:字符串处理

capitalize() 首字母大写,其余全部小写  upper() 全转换成大写 lower() 全转换成小写 title()  标题首字大写,如"i love python".title()  "I love python"
相关文章
相关标签/搜索