【发布时间】:2018-12-02 16:39:34
【问题描述】:
我在我的 HTML Thymeleaf 中使用
<h1 class="timer count-title count-number" data-to="${atendida}"
data-speed="1000"></h1>
但是data-to="${atendida}" 不起作用。我的控制器:
modelAndView.addObject("atendida", size);
在这种情况下如何使用“atendida”?
【问题讨论】:
标签: javascript html spring thymeleaf