a := int64(10)

// 10 进制
b := strconv.FormatInt(a, 10)