摘要:
在web.xml文件中 <?xml version="1.0" encoding="UTF-8"?><web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/jav 阅读全文
摘要:
后台保存的数据 session.setAttribute("user", name); request.setAttribute("password", password); 前台显示 欢迎session:${sessionScope.user} request:${requestScope.pas 阅读全文