dongliu5475 2014-09-02 13:11
浏览 122
已采纳

Golang-内部的Struct如何实现?

I'm quite confusing about the struct in Go.

This is the code: http://play.golang.org/p/b1NEh7JZoK

Why I could't get the address of a variable to a struct?

If I have two int variables, one stores value, one stores address(pointer), like this : http://play.golang.org/p/XhvKX-ifdn

I can get the actual address of these two variables, but why struct can't?

  • 写回答

1条回答 默认 最新

  • dongliang9576 2014-09-02 13:16
    关注

    fmt.Println prints things in a more readable format. If you want to actually see the addresses, use fmt.Printf with %p verb:

    fmt.Printf("%p
    ", &a)          // 0x10328000
    fmt.Printf("%p -> %p
    ", &b, b) // 0x1030e0c0 -> 0x10328000
    

    Playground.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 nginx中的CORS策略应该如何配置
  • ¥30 信号与系统实验:采样定理分析
  • ¥100 我想找人帮我写Python 的股票分析代码,有意请加mathtao
  • ¥20 Vite 打包的 Vue3 组件库,图标无法显示
  • ¥15 php 同步电商平台多个店铺增量订单和订单状态
  • ¥15 关于logstash转发日志时发生的部分内容丢失问题
  • ¥17 pro*C预编译“闪回查询”报错SCN不能识别
  • ¥15 微信会员卡接入微信支付商户号收款
  • ¥15 如何获取烟草零售终端数据
  • ¥15 数学建模招标中位数问题