jsp使用sessionScope获取session案例详解
sessionScope整体的意思是获得存放在session.setAttrbute(key,value)的值…
jsp session.setAttribute()和session.getAttribute()用法案例详解
目录 Session简单介绍 Session和Cookie的主要区别 基本语法 1,对于值类型的变量,Sess…
jsp response.sendRedirect()用法详解
sendRedirect() response和request一样都是jsp内置对象,request是获取用户…
jsp request.getParameter() 和request.getAttribute()方法区别详解
getParameter 是用来接受用post个get方法传递过来的参数的. getAttribute 必须先…
jsp Response对象页面重定向、时间的动态显示
Response对象 response对象主要用于对客户端的请求进行回应,将web服务器处理后的结果发回给客户…