可以去掉 数据库的模板字段引用关联字段 生成的中括号 吗?
相关帖子
-
-
-
-
NieJianYing •作者
报错了:模板解析失败:database [未命名] template field [模板] rendering failed: template: :1:9: executing "" at <.关联 >: 关联 is not a method but has arguments v3.0.17
1 回复 -
-
-
NieJianYing •作者
总是有报错提示,但是可以运行,请问这可咋办呀:
.action{ index . "关联" 0 }模板解析失败:database [未命名] template field [模板] rendering failed: template: :1:9: executing "" at index: error calling index: index of nil pointer v3.1.0
1 回复 -
JeffreyChen • • 1
或许是因为没获取到内容,加个判断试试:
.action{ if (index . "关联") } .action{ index . "关联" 0 } .action{ end }
2 回复 -
-
-
试试这样:
.action{ if .关联1 }- .action{ index . "关联1" 0 }.action{ end } .action{ if .关联2 }- .action{ index . "关联2" 0 }.action{ end } .action{ if .关联3 }- .action{ index . "关联3" 0 }.action{ end }
1 回复 -
NieJianYing •作者
-
emmm..不能复制粘贴只好截图了,粘贴上来就是一堆
-
* ```ts .action{ if .关联1}.action{ index . "关联1" 0}.action{ end } .action{ if .关联2}_.action{ index . "关联2" 0}.action{ end } ``` * 得到了:`MYSQL _DATABASE` 1. 有多选如何取所有的?只能取第一个, * ![Windows_NT_2024-09-04_14-29-53_.env - PC - 思源笔记 v3.1.5 - Google Chrome.png](http://192.168.1.1:8181\Screenshots\Windows_NT_2024-09-04_14-29-53_.env%20-%20PC%20-%20思源笔记%20v3.1.5%20-%20Google%20Chrome.png) * 尝试过 {{select * from blocks where id='20240904095703-0vgb0gp'}} 2. 不知道`_`前面的换行怎么去掉
-
1 回复 -
-
JeffreyChen • • 1
用这个:
.action{ if .关联1 }.action{ index . "关联1" 0 }.action{ end }.action{ if .关联2 }.action{ $list := index . "关联2" }.action{ range $v := $list }_.action{ $v }.action{ end }.action{ end }
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于