原文:http://www.cnblogs.com/rollenholt/archive/2011/11/25/2263722.html
字符
1 | import string |
方法
1 | '{0}, {1}, {2}'.format('a', 'b', 'c') |
函数
1 | string.capitalize(word) 返回一个副本,首字母大写 |
有时候过不去的不是一个坎,而是心中的那一份执迷。
原文:http://www.cnblogs.com/rollenholt/archive/2011/11/25/2263722.html
1 | >>> import string |
1 | >>> '{0}, {1}, {2}'.format('a', 'b', 'c') |
1 | string.capitalize(word) 返回一个副本,首字母大写 |
微信支付