初级会员
  • 第 3036 位会员
  • xmxkkk
  • 908581016@qq.com
  • 2015-06-18 11:10:12
  • Offline
  • 0

最近发布的主题

    暂无

最近发布的文章

    暂无

最近分享的资源

    暂无

最近发布的项目

    暂无

最近的评论

  • **值传递** ```type Integer int func (a *Integer) Assign(b Integer) { *a = Integer(b) }``` map就不说了,跟值不值的没关系