亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

Golang 模板 - 如何渲染模板?

Golang 模板 - 如何渲染模板?

Go
慕工程0101907 2021-07-01 15:21:57
一個布局模板與三個子模板。布局.html<html>  <body>    {{template "tags"}}    {{template "content"}}    {{template "comment"}}  </body></html>標簽.html{{define "tags"}}<div>    {{.Name}}<div>{{end}}內容.html{{define "content"}}<div>   <p>{{.Title}}</p>   <p>{{.Content}}</p></div>{{end}}評論.html{{define "tags"}}<div>    {{.Note}}</div>{{end}}代碼type Tags struct {   Id int   Name string}type Content struct {   Id int   Title string   Content string}type Comment struct {   Id int   Note string}func main() {    tags := &Tags{"Id":1, "Name":"golang"}    Content := &Content{"Id":9, "Title":"Hello", "Content":"World!"}    Comment := &Comment{"Id":2, "Note":"Good Day!"}}我很困惑如何呈現每個子模板并將結果組合到布局輸出。
查看完整描述

1 回答

  • 1 回答
  • 0 關注
  • 300 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號