题目链接
基本上能用最简单代码实现的,就不要考虑的太复杂:
package main import "fmt" func main() { a := 0 fmt.Scanf("0x%x", &a) fmt.Printf("%d", a) }