${pageContext.request.contextPath}
${pageContext.request.contextPath}
list如果要用el表达式取值的话,就可用用数组的下标方式来获取list[0].属性
a'a'a'a
使用el表达式获取项目名
${pageContext.request.contextPath}
203-el表达式从list集合取值和项目名取得
${list[2].username}
el表达式也可以做一些简单的运算
${90+90}
${empty list} 判断是否为空
在el表达式中不能直接使用request要用:
${pageContext.request.contextPath}