jsp惯用页面间传值方式

jsp常用页面间传值方式(1)session传值?(3)getServletContextString content(String)application.getAttri

jsp常用页面间传值方式

(1)session传值

?

(3)getServletContext

String content=(String)application.getAttribute(new String("chatTopic_1")); 
?