json解析有问题,解析不出结果

yfanswer · · 1221 次点击
看看这个,应该能解决你的问题:https://cloud.tencent.com/developer/doc/1101
#2
更多评论
polaris
社区,需要你我一同完善!
```go type jsonA struct { Aio int `json: "a_iou"` Bio string `json: "b_iou"` } ``` 中,json: 后面多了个空格
#1