gpt4 book ai didi

json - 单值上下文中的多值 json.Marshal()

转载 作者:IT王子 更新时间:2023-10-29 01:23:31 25 4
gpt4 key购买 nike

<分区>

Here你可以看到这段代码:

package main

import (
"fmt"
"encoding/json"
)

func main() {
map1 := map[string]map[string]interface{}{}
map2 := map[string]interface{}{}
map2["map2item"] = "map2item"
map1["map2"] = map2
fmt.Println(string(json.Marshal(map1)))
}

返回此错误:

tmp/sandbox100532722/main.go:13:33: multiple-value json.Marshal() in single-value context.

我该如何解决这个问题?

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