jsp常用页面间传值方式
(1)session传值
?(3)getServletContextString content=(String)application.getAttribute(new String("chatTopic_1")); ?
?
(3)getServletContext
String content=(String)application.getAttribute(new String("chatTopic_1"));