go

断言接口与嵌套结构指针

英文: Assert interface with nested struct pointer 问题 我需要将结构体分配给一个interface{}(a),然后再次进行断言(b),就像我的示例中那样。...