go

Golang将XML属性解组为接口

英文: Golang unmarshal XML attribute into interface 问题 我正在尝试将一些XML解组成一个具有interface{}类型的结构体。然而,无论我如何运行代...