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