`gc.HTML(http.StatusOK, "blog.html", gin.H{ "blog": bloginfo, })`比如我要输出一段html :<script>alert(1)</script> 他把我转义为: <script >alert(1)</script>
可以了,用template.HTML