若依国际化支持的文档说明,html使用国际化#{资源文件key}, 这个只写了类似这种中文的替换
<input type="text" name="username" class="form-control uname" th:placeholder="#{user.login.username}" />
没有像label标签的中文的获取,这种怎么取值呢?
<label class="col-sm-3 control-label">项目描述:</label>
若依国际化支持的文档说明,html使用国际化#{资源文件key}, 这个只写了类似这种中文的替换
<input type="text" name="username" class="form-control uname" th:placeholder="#{user.login.username}" />
没有像label标签的中文的获取,这种怎么取值呢?
<label class="col-sm-3 control-label">项目描述:</label>
th:text ="xxx"