[Go] Go语言转换所有字符串为大写或者小写 →→→→→进入此内容的聊天室

来自 , 2019-10-26, 写在 Go, 查看 127 次.
URL http://www.code666.cn/view/e4a86b0d
  1. package main
  2. import (
  3.   "fmt"
  4.   "strings"
  5. )
  6. func main() {
  7.   fmt.Println(strings.ToUpper("hello world"))
  8. }

回复 "Go语言转换所有字符串为大写或者小写"

这儿你可以回复上面这条便签

captcha