如果是16禁制转10禁制呢
num1 := 0x10
num2 := strconv.ParseInt("0x10", 0, 0)
num3 := strconv.ParseInt("10", 16, 0)
fmt.Println(strconv.FormatInt(0x16,10))