第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

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

template.Execute() 與 template.ExecuteTemplate()

template.Execute() 與 template.ExecuteTemplate()

Go
ABOUTYOU 2022-10-24 09:24:23
以下代碼生成錯誤:panic: template: body: "body" is an incomplete or empty template//go:embed resources/*var res embed.FSfunc main() {    root, _ := fs.Sub(res, "resources")    t, err := template.New("body").ParseFS(root, "home.html")    assert(err)    assert(t.Execute(os.Stdout, nil))}模板文件resources/home.html非常簡單:{{define "body"}}Hello World!{{end}}如果我將 main() 的最后一行更改為t.ExecuteTemplate(os.Stdout, "body", nil),問題就消失了。從庫源代碼中,我注意到錯誤是因為:func (t *Template) execute(wr io.Writer, data interface{}) (err error) {    ... ...    if t.Tree == nil || t.Root == nil {        state.errorf("%q is an incomplete or empty template", t.Name())    }    ... ...}但是為什么 t.Tree或者t.Root是nil?我的版本是:go version go1.17.5 linux/amd64
查看完整描述

1 回答

?
三國紛爭

TA貢獻1804條經(jīng)驗 獲得超7個贊

我發(fā)現(xiàn)了問題。VSCode 自動text/template為我導(dǎo)入。此包將無法正確解析{{define "..."}}指令。

使用html/template工作正常。


查看完整回答
反對 回復(fù) 2022-10-24
  • 1 回答
  • 0 關(guān)注
  • 204 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號