Python3 字符串String Isspace 方法 Python3 字符串String Isnumeric 方法 Python3 字符串String Istitle 方法 Python3 字符串String Isspace 方法 #!/usr/bin/python3 str = " " print (str.isspace()) str = "This is string example....wow!!!" print (str.isspace()) Python3 字符串String Isnumeric 方法 Python3 字符串String Istitle 方法