gpt4 book ai didi

java - 从 Thymeleaf 模板中通过 id 获取多个元素

转载 作者:行者123 更新时间:2023-12-02 02:44:49 24 4
gpt4 key购买 nike

这个“myTemplate::#foo”将为我提供#foo元素。

<div id="foo"></div>
<div id="boo"></div>
<div id="moo"></div>

但是我想获取 "myTemplate::#foo, #moo" 但该选择器不起作用。

是否可以通过id从Thymeleaf中的模板中获取多个元素?

语法是什么?

最佳答案

这个选择器可以做你想要的事情(在 thymeleaf 3 上验证):

"myTemplate :: [id='foo' or id='moo']"

More examples of thymeleaf selectors.

关于java - 从 Thymeleaf 模板中通过 id 获取多个元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44785688/

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