Go 字符串连接 Go 创建字符串 Go 访问数组元素 Go 字符串连接 package main import ("fmt" "math" )"fmt" "strings") func main() { greetings := []string{"Hello","world!"} fmt.Println(strings.Join(greetings, " ")) } Go 创建字符串 Go 访问数组元素