我如何使用data-target ="#userId"在百万美元的HTML文档中。 对于类似,在任何JSP或任何HTML中,
<a href="#" data-toggle="modal" data-target="#resetPwModal${customer.uuid }">reset</a>
我如何写一篇百万美元的HTML文档。 像这样?
<a href="#" data-toggle="modal" data-th-target="#resetPwModal${customer.uuid }">reset</a>
例外是:
org.thymeleaf.exceptions.TemplateProcessingException: Could not parse as expression: "#" (user/userList.html:90)
答案 0 :(得分:27)
th:attr="data-target='#customerModel'+${customer.uuid }"
答案 1 :(得分:0)
th:data-target="${'#customerModel'+customer.uuid}"