Java.前端模板.Thymleaf

1. Input 日期格式化浏览器

1 <input id="renewalDate" name="renewalDate" th:value="${#dates.format(enterpriseDto.renewalDate,'yyyy-MM-dd')}"  class="time-input form-control"  
type
="text" data-format="yyyy-MM-dd">

 

2. th:field和th:valuespa

thymeleaf里的th:field等同于th:name和th:value,能够省去name。th:field和th:value都有两种从后台接受值的方式:一、${obj.name} 二、*{name}。须要注意的是,th:field须要有th:object指定前台传过来的参数,不然浏览器在解析的时候会出现错误。code

3.textaera控件orm

<textarea name="assertAdvantage" autocomplete="off" maxlength="5000" class="form-control" rows="3"></textarea>
相关文章
相关标签/搜索