摘要: str.isalnum() 所有字符都是数字或者字母 str.isalpha() 所有字符都是字母 str.isdigit() 所有字符都是数字 str.islower() 所有字符都是小写 str.isupper() 所有字符都是大写 str.istitle() 所有单词都是首字母大写,像标题 s 阅读全文
posted @ 2018-06-05 16:09 liudna 阅读(76) 评论(0) 推荐(0)