Java Web學習總結(七) EL表達式和JSTL

Java Web學習總結(七) EL表達式和JSTL 1.EL表達式 ​ 簡化jsp頁面的書寫,消除jsp頁面中的java代碼java 基本語法web ${} - EL不須要導包 - 在EL中調用屬性, 實際上是調用的getXXX()方法 基本用法數組 //jsp用法 <%=request.getAttribute("username")%> <%=request.getAttribute("
相關文章
相關標籤/搜索