Format and remove 09.3.md spaces

This commit is contained in:
vCaesar
2017-06-10 12:18:36 +08:00
parent da5fb89b59
commit dc80329d26

View File

@@ -40,9 +40,9 @@ Web应用未对用户提交请求的数据做充分的检查过滤允许用
```Go
`w.Header().Set("Content-Type","text/javascript")`
`w.Header().Set("Content-Type","text/javascript")`
这样就可以让浏览器解析javascript代码而不会是html输出
这样就可以让浏览器解析javascript代码而不会是html输出
```
## 总结