1 概述

模板引擎,便于处理HTML与数据间的整合。使用包 html/template 实现。

2 基本使用

示例如下:

import "html/template"

func main() {

}

3 总结

欢迎关注: 小韩说课
Go语言中的模板引擎

相关文章: