百里香中有什么办法可以从下拉列表中获取带空格的字符串数据

时间:2018-08-03 16:22:30

标签: twitter-bootstrap-3 thymeleaf encodeuricomponent

当我从dropdowm中选择String时,它只会选择String的一部分,直到空格为止。

<select class="selectpicker" data-live-search="true" id="abc" name="abc"><option disabled="true" hidden="true" selected="true">Select Dept</option><option th:each="abc: ${abcs}" th:value="${abc}" th:text="${abc}"></option></select>

注意:每个循环都在迭代Set 所以说,如果下拉列表中的值为“ abc opq”,这样我就只能得到“ abc”,仅供参考,我尝试使用th:value =“ @ {abc}”

P.S。所以我知道我们在js中有encodeURIComponent,在百里香中我需要类似的东西

0 个答案:

没有答案