在JSP页面中,如果使用Java代码获取某个值的时候,
String value = request.getParameter("ab"); 等价于${param.ab }
String value = request.getAttribute("ab"); 等价于${ab }
参考:
http://biancheng.dnbcw.info/java/97210.html
在JSP页面中,如果使用Java代码获取某个值的时候,
String value = request.getParameter("ab"); 等价于${param.ab }
String value = request.getAttribute("ab"); 等价于${ab }
参考:
http://biancheng.dnbcw.info/java/97210.html