• 使用方法:
>>> s1 = 'python最牛掰'
>>> ret1 = s1.capitalize()
>>> print(ret1)
Python最牛掰
05-07 15:13