gpt4 book ai didi

templates - Golang 模板 : for construction

转载 作者:IT老高 更新时间:2023-10-28 13:10:11 24 4
gpt4 key购买 nike

Golang http/template 有替换功能,if 构造,但是我没有找到for 构造。如何遍历 slice ?像这样:

{{for x in xs}}
Hello, {{x.Name}}!
{{end}}

最佳答案

使用范围

{{range xs}}
Hello, {{.Name}}!
{{end}}

关于templates - Golang 模板 : for construction,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13597164/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com