thymeleaf使用onclick

<span th:text="${classType.classname} th:onclick="'javascript:test(\''+${classType.id}+'\')'"></span>
<a th:onclick="|pageFun(${pageInfo.pages})|" >最后一页</a>

 这两种方式都可以调用一个函数一种是拼接字符串,一种是使用|

猜你喜欢

转载自blog.csdn.net/kxj19980524/article/details/85676600