Bootstrap

python 判断字母大小写

Python提供了isupper(),islower(),istitle()方法用来判断字符串的大小写。

;