如何在百万美元的
HTML文档中使用data-target =“#userId”.
对于类似,在任何JSP或任何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)
解决方法
th:attr="data-target='#customerModel'+${customer.uuid }"