gin返回html

r := gin.Default()

// 加载模板文件
r.LoadHTMLGlob("templates/**/*")
//r.LoadHTMLFiles("templates/posts/index.html", "templates/users/index.html")

// HTML文件中引用了静态文件时
r.Static("/html中使用的起始路径", "/文件真实路径")

 

posted @ 2022-05-27 16:12  dddpppqqq  阅读(54)  评论(0编辑  收藏  举报