我想表达一些百分比数据。 所以我试过这个
<div class="grph_wrapper">
<div class="graph" th:style="+ height: @{(${data.RCM_CNT})}% +"></div>
</div>
&#39; RCM_CNT&#39;有80个。
我想填写&#39; grph_wrapper&#39; 80%等级
但是,它没有用,我得到的错误是TemplateProcessingException
我如何用Thymeleaf表达百分比?