如何获取接口内值的地址?
我有一个存储在接口中的结构体,在一个 list.List 元素中:
import "container/list"
type retry struct{}
p := &el.Value.(retry)
但我明白了:
cannot take the address of el.Value.(retry)
这是怎么回事?既然结构体存储在接口中,为什么我不能得到指向它的指针呢?
慕盖茨4494581
慕田峪7331174
慕工程0101907
相关分类