Python 字符串String upper() 方法 Python 字符串String delete character Python 字符串String zfill() 方法 Python 字符串String upper() 方法 #!/usr/bin/python str = "this is string example....wow!!!"; print "str.capitalize() : ", str.upper() Python 字符串String delete character Python 字符串String zfill() 方法