摘要: str.isalnum() # 所有字符都是数字或字母 str.isalpha() # 所有字符都是字母 str.isdigit() # 所有字符都是数字 str.islower() # 所有字符都是小写 str.isupper() # 所有字符都是大写 str.istitle() # 所有单词都是 阅读全文
posted @ 2020-03-19 16:45 OTAKU_nicole 阅读(489) 评论(1) 推荐(0)