str:=fmt.Sprintf("float %f",3.14159)
fmt.Print(str)
fmt.Printf() 格式化输出函数
fmt.Println() 正常输出函数
%d 整型
%s 字符串
%v 自动格式化参数