Golang 模板基礎語法範例

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