2016年11月15日

python 字符串 大小写转换 以及一系列字符串操作技巧

摘要: 总结 capitalize() 首字母大写,其余全部小写 upper() 全转换成大写 lower() 全转换成小写 title() 标题首字大写,如"i love python".title() "I Love Python" 转换大小写 和其他语言一样,Python为string对象提供了转换大 阅读全文

posted @ 2016-11-15 16:27 星河赵 阅读(22820) 评论(2) 推荐(0)

导航