str.lower() -> str. 3、返回值. 返回将字符串中的所有大写字母转换为小写字母的字符串. 4、使用实例 #!/usr/bin/python3 str = "ABCDEFG" print( ...
確定! 回上一頁