Python 字符串 lower() 方法
定义和用法
The lower()
方法返回一个所有字符都为小写的字符串。
符号和数字被忽略。
语法
string.lower()
参数值
无参数
The lower()
方法返回一个所有字符都为小写的字符串。
符号和数字被忽略。
string.lower()
无参数
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]