Golang 模板基础语法范例

匿名对象字段值 package main import (     "html/template"     "os"     "time" ) func main() {     stus := struct {         Name  string         Birth time.Time         Age   int     }{         Name: "Swallow"
相关文章
相关标签/搜索