Python 字符串String title() 方法 Python 字符串String swapcase() 方法 Python 字符串String translate() 方法 Python 字符串String title() 方法 #!/usr/bin/python str = "this is string example....wow!!!"; print str.title() Python 字符串String swapcase() 方法 Python 字符串String translate() 方法