🔥量化
🔥视频
🔥摸鱼
深浅模式
文档
将整个字符串转换为大写:
upper "hello"
将整个字符串转换为小写:
lower "HELLO"
转换为标题大小写:
title "hello world"
returns Hello World
Hello World