标签: LOWER函数
thumbnail

python的lower函数怎么使用

lower()函数是Python中的字符串方法,它可以将字符串中的所有大写字母转换为小写字母。其语法如下: string.lower() 其中,string是要转换的字符串。下面是……