Python 字符串String istitle() 方法 Python 字符串String isspace() 方法 Python 字符串String isupper() 方法 Python 字符串String istitle() 方法 #!/usr/bin/python str = "This Is String Example...Wow!!!"; print str.istitle() str = "This is string example....wow!!!"; print str.istitle() Python 字符串String isspace() 方法 Python 字符串String isupper() 方法