前端 response 里的 json 带引号
![1301C40A217607330F2A996AB35E18C3.jpg](https://static.studygolang.com/171110/1301c40a217607330f2a996ab35e18c3.jpg)
日志里显示正常
![4FFEC1F37D8DFF9E9C3408F7F03601BF.jpg](https://static.studygolang.com/171110/4ffec1f37d8dff9e9c3408f7f03601bf.jpg)
代码里是 借用的 https://studygolang.com/articles/7970 这个例子。。
用他的返回值发送
```go
this.Data["json"] = jsonRet
this.ServeJSON()
this.Ctx.ResponseWriter.Header().Set("Access-Control-Allow-Origin", "*")
```
谢谢大神帮忙解答下
有疑问加站长微信联系(非本文作者)