We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46106fc + e4f8b4b commit 087d9e6Copy full SHA for 087d9e6
ebook/07.2.md
@@ -65,7 +65,7 @@ JSON(Javascript Object Notation)是一种轻量级的数据交换语言,
65
var f interface{}
66
err := json.Unmarshal(b, &f)
67
68
-这个时候f里面存储了一个map类似,他们的key是string,值存储在空的interface{}里
+这个时候f里面存储了一个map类型,他们的key是string,值存储在空的interface{}里
69
70
f = map[string]interface{}{
71
"Name": "Wednesday",
0 commit comments