2019-8-2 [Java_JSP] request对象 getRequestDispatcher进阶 MVC模式 EL与JSTL response对象 转发与重定向的具体应用
文章目录1.JSP优化1.1JSP的内置对象1、request对象2、response对象3、session对象4、application对象5、out对象6、pageContext对象7、config对象8、page对象9、exception对象2request对象2.1传输一个HelloWorld2.1.1a.jsp将表单需要往b.jsp传入一个文本内容2.1.1b.jsp接收这个内容展示即可