1ãå©ç¨ServletContextè¿ä¸ªwebå
¨å±ä¸ä¸ææ¥å
±äº«æ°æ®
servletä¸getServletContext()å¯ä»¥è·å¾ä¸ä¸ªServletContext对象ï¼å©ç¨è¿ä¸ªå¯¹è±¡çgetAttribute()/setAttribute()æ¹æ³å¯ä»¥å¨æ´ä¸ªWEBåºè¯¥éå
±äº«æ°æ®ï¼å¯ä»¥å®ç°servletåjspä¹é´çæ°æ®äºä¼
æ¯å¦ï¼
å¨servletä¸
1
getServletContext.setAttribute("title", "hello world");
å¨servletä¸ä¸æä¸ä»¥âhelloâ为é®ï¼ä¿åäºâhello worldâè¿ä¸ä¸ªå符串ï¼å¦æè¦å¨jspä¸è°ç¨ï¼åç¨å¦ä¸jspèæ¬
1
<%=application.getAttribute("hello")%>
2ãå©ç¨sessionå¨åä¸ä¸ªä¼è¯å
±äº«æ°æ®
å©ç¨HttpSessionå
±äº«åä¸ä¸ªä¼è¯çæ°æ®ãè¿ä¹è¦ç¨å°sessionçgetAttribute()/setAttribute()æ¹æ³ï¼åServletContext()ç使ç¨å·®ä¸å¤çã
3ãå©ç¨requestå
±äº«ä¸æ¬¡è¯·æ±çæ°æ®
ä¸æ¬¡è¯·æ±å½ä¸ï¼å¯ä»¥å©ç¨requestçgetAttribute()/setAttribute()æ¹æ³å¨servletåjsp页é¢é´å
±äº«æ°æ®ã
温馨提示:答案为网友推荐,仅供参考