i := 123 s := string(i)s是“ E”,但我想要的是“ 123”请告诉我如何获得“ 123”。在Java中,我可以这样进行:String s = "ab" + "c" // s is "abc"如何concat在Go中输入两个字符串? 查看完整描述