我想在 golang 的 martini 中返回一个字符串作为模板:
m.Get("/", func(r render.Render) string {
template := "Hello world! <form name='input' action='../first' method='post' ><input type='texte' name='toto'><input type='submit' value='Submit'></form>"
r.HTML(200, "post", template)
})
但它返回一个错误:在函数结束时缺少返回
问候和感谢 bussiere
慕哥9229398
相关分类