gpt4 book ai didi

go - type interface {} 不支持索引

转载 作者:数据小太阳 更新时间:2023-10-29 03:43:19 27 4
gpt4 key购买 nike

<分区>

我想从 bid 中获取值。我已经尝试过 data.(map[string]interface{}) 但它没有用。

当我尝试时,它说:

"interface conversion: interface {} is []interface {}, not map[string]interface {}"

请帮帮我...

这是我的代码。

    url := "https://api.binance.com/api/v1/depth?symbol=RENBTC"
a, _ := http.Get(url)
e, _ := ioutil.ReadAll(a.Body)

var data map[string]interface{}

_ = json.Unmarshal([]byte(e), &data)
bid := data["bids"]
fmt.Println(bid[0])

tooltip

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com