rank vote view answer url 52 2091 2439201 5 url 在 Python 中如何将字符串转回为小写 s = "Kilometer" print(s.lower()) 官方文档 str.lower