这个问题的范围很简单:
fmt.Println("Hello, " + 1 + " World!")
将失败(mismatched types untyped string and untyped int)
(mismatched types untyped string and untyped int)
在这种情况下 1 没有声明,但我认为它被转换为整数。我来自 PHP BTW。
如何将 1 转换为字符串?
烙印99
Helenr
相关分类