initParam对象可以读取web.xml中任何标签中的初始化参数。
initParam对象可以读取web.xml中任何标签中的初始化参数。
EL表达式的initParam隐式对象可获取web.xml文件中配置的Servlet信息。
EL表达式的initParam隐式对象可获取web.xml文件中配置的Servlet信息。
JSP EL表达式:${initParam.author }执行效果等同于( ) A: %=application.getInitParameter("author") % B: %=request.getInitParameter("author") % C: %=request.getAttribute("author") % D: ${initParam[master_email] }
JSP EL表达式:${initParam.author }执行效果等同于( ) A: %=application.getInitParameter("author") % B: %=request.getInitParameter("author") % C: %=request.getAttribute("author") % D: ${initParam[master_email] }
EL中可使用一些隐含对象,通过()可以访问request中的属性(attriubte)。 A: sessionScope B: applicationScope C: requestScope D: param E: initParam F: cookie G: header
EL中可使用一些隐含对象,通过()可以访问request中的属性(attriubte)。 A: sessionScope B: applicationScope C: requestScope D: param E: initParam F: cookie G: header
1