数值类型转字符串类型strconv..FormatXxx()中的 str3 := strconv.FormatFloat(num5, 'f', -1, 64)应该是 str3 := strconv.FormatFloat(num5, 'f', -1, 32)