【发布时间】:2020-12-01 23:51:48
【问题描述】:
<input class="form-control"
type="text"
th:value="${dto.field}" name="field" />
是否可以直接将输入值转换为大写? 喜欢伪代码:
th:value="${#StringUtils.toUpperCase(dto.field)}"
【问题讨论】:
<input class="form-control"
type="text"
th:value="${dto.field}" name="field" />
是否可以直接将输入值转换为大写? 喜欢伪代码:
th:value="${#StringUtils.toUpperCase(dto.field)}"
【问题讨论】:
【讨论】: