📌  相关文章
📜  如何使用 thymeleaf 在 html 中调用 javascript 函数并将 argumnet 作为方法 arg - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:34.807000             🧑  作者: Mango

代码示例1
th:data-student="${student}" th:onclick="edit(this.getAttribute('data-student'))"