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

 

相关文章: