其他分享
首页 > 其他分享> > thymeleaf:在<input>中写一个onclick 并且带上thymeleaf的参数

thymeleaf:在<input>中写一个onclick 并且带上thymeleaf的参数

作者:互联网

在中写一个onclick 并且带上thymeleaf的参数

网上的写法千奇百怪,试了很多方法,踩了很多坑,终于还是找到了

th:οnclick="Apply([[${classrooms.classroom_id}]]);"

${classrooms.classroom_id}为thymeleaf的参数

参考:

https://www.jianshu.com/p/10bfefbcecab

标签:classroom,classrooms,thymeleaf,参数,onclick,input,id
来源: https://blog.csdn.net/m0_45069853/article/details/118070242