获取结构体内指针成员的成员

__Golang__ · · 2238 次点击
<a href="/user/__Golang__" title="@__Golang__">@__Golang__</a> *&amp;u.User.Age==*(&amp;(u.User.Age))
#5
更多评论
&amp;是把结构变成指针 * 是获取指针数据
#1