go

Go unmarshal xml into struct

英文: Go unmarshal xml into struct 问题 我有这个xml文件,似乎无法将任何数据解组到结构体中。有人可以在这里帮助我吗?我以前从未使用过xml,总是更喜欢json。我刚刚...