标签: javascript ajax thymeleaf
无法解析为表达式:<a href="#" th:onclick="'getCandidateId('\' + ${candidate.id} + '\');'"></a>
<a href="#" th:onclick="'getCandidateId('\' + ${candidate.id} + '\');'"></a>
码
getCandidateId(cid){ alert(cid); }
:
<input type="text" onChange="this.value=this.value.replace(/,/g, '.');"/>