数值类型间可以相互转换 int<->int64,uint8<->float32,uint64<->float64字符类型转换也可以 string<->[]byte,string<->[]rune不过字符直接到数值就不可以了
应该是这么转吧,strconv.Itoa(100)