python中的 upper() 、lower()、capitalize()、title()方法
摘要:
upper()字符串中字母由小写变为大写lower()字符串中字母由大写变为小写capitalize()字符串中字母首字母大写其余小写title()字符串中字母每个单词的首字母大写其余小写 1 a = "hello" 2 b = "WORLD" 3 c = "hello" 4 d = "hello 阅读全文
posted @ 2019-01-07 21:39 littlefive 阅读(5089) 评论(0) 推荐(0)
浙公网安备 33010602011771号