thymeleaf

//href
<!--<a th:class="${bar.clas}"
   th:href="@{'/web/webnews/selectNewsListShow/'+${bar.pageSize}+'/'+${bar.pageNumber}}"
   th:text="${bar.txt}"></a>-->
//dateformat
<span th:text="${#dates.format(row.inputDate, 'yyyy-MM-dd HH:mm:ss')}"></span>

//cxt
<base th:href="${#httpServletRequest.getContextPath()}+'/'">
//注意要給高度
<div class="banner news_banner"
     th:style="'background: url('+${banner.img}+');'">
</div>
//html
<html lang="en" xmlns:th="http://www.thymeleaf.org">

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章