關於thymeleaf中th:if的使用


運用於判斷表達式中時,關系判斷使用 gt / ge / eq / lt / le / ne (即:使用縮寫)

 

1 gt:     great than(大於)>
2 ge:    great equal(大於等於)>=
3 eq:    equal(等於)==
4 lt:    less than(小於)<
5 le:    less equal(小於等於)<=
6 ne:    not equal(不等於)!= 

 

以th:if為例

1 <td th:if="${prj.DOC_DESC} ne null">
2 <!--此處ne若是換成not equal或者!=,則會js判斷錯誤,無法正常執行-->
3   <a th:href="#">下載</a>
4   <a th:href="#">預覽</a>
5 </td>

 

 ————————————————
版權聲明:本文為博客園博主「Neumann97」的原創文章,轉載請附上原文出處鏈接及本聲明。
原文鏈接:https:////www.cnblogs.com/dream-by-dream/p/11728693.html


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM