go 字符串拼接

 

s := "hello,"
m := " world"
a := s + m
fmt.Printf("%s\n", a)

 

posted @ 2019-01-21 21:15  anobscureretreat  阅读(129)  评论(0编辑  收藏  举报