运行 ❯
获取
您自己的
网站
×
更改方向
更改主题,暗/亮
转至 Spaces
fun main() { var txt = "Hello World" println(txt.toUpperCase()) println(txt.toLowerCase()) }
你好,世界
你好,世界