go

从空接口中检索一个值

英文: Retrieving a value from an empty interface 问题 我有一个空接口,我已经解析了一些 JSON 数据到这个接口中。 type Event interfa...