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