你如何在 Go 中将一个字节附加到一个字符串?
var ret string
var b byte
ret += b
invalid operation: ret += b (mismatched types string and byte)
呼如林
跃然一笑
相关分类