摘要: Because in a case like this: type I int type P *I func (i I) Get() int { return int(i) } func (p P) Get() int { return int(*p) } var v I var x = (&v). 阅读全文
posted @ 2016-08-07 10:38 jvava 阅读(609) 评论(0) 推荐(0) 编辑