go语言如何进行十六制到十进制的转换

229490765_qq_com · · 11613 次点击
引入strconv包 ParseInt(string,10,64)字符串类型转换为10进制的int64的整形
#1