Sprintf

原型:func Sprintf(format string, a ...interface{}) string
解释:根据给定的格式 format 以及参数 a 返回格式化后的字符串。