Python 字符串String isnumeric() 方法 Python 字符串String islower() 方法 Python 字符串String isspace() 方法 Python 字符串String isnumeric() 方法 #!/usr/bin/python str = u"this2009"; print str.isnumeric() str = u"23443434"; print str.isnumeric() Python 字符串String islower() 方法 Python 字符串String isspace() 方法