# 所有字符都是数字或者字母str.isalnum()#所有字符都是字母str.isalpha() #所有字符都是数字str.isdigit() # 所有字符都是空白字符、t、n、rstr.isspace()