如何拼接格式化字符串 stackoverflow连接 使用fmt.Sprintf可以获取格式化字符串 str := fmt.Sprintf("foo: %s", bar) 在线例子可以看“A Tour of Go”的例子,连接。