假设我有type Person struct { Name string}func (p *Person) Label() string { return "This is " + p.Name}如何从html / template使用此方法?我的模板中需要这样的东西:{{ .Label() }}
2 回答
- 2 回答
- 0 关注
- 189 浏览
添加回答
举报
0/150
提交
取消