21 September 2019 / golang Golang int64 转 string a := int64(10) // 10 进制 b := strconv.FormatInt(a, 10)