Python3 字符串String Isnumeric 方法 Python3 字符串String Islower 方法 Python3 字符串String Isspace 方法 Python3 字符串String Isnumeric 方法 #!/usr/bin/python3 str = "this2016" print (str.isnumeric()) str = "23443434" print (str.isnumeric()) Python3 字符串String Islower 方法 Python3 字符串String Isspace 方法