<c:if/>. test : 測試邏輯。 var : 測試結果的變數名稱。 scope : 變數的存在範圍。 <c:if test="${user.age ge 40}"> You are over the hill. </c:if> ...
確定! 回上一頁