摘要: gin简单学习 前端数据执行函数: <body> {{.title | safe}} </body> r.SetFuncMap(template.FuncMap{ "safe": func(str string) template.HTML{ return template.HTML(str) }, 阅读全文
posted @ 2021-12-11 23:15 君逸不是铁Five 阅读(50) 评论(0) 推荐(0)