基于jsp和jdbc技术实现用户登陆的验证

一、登陆页面login.jsphtml <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>登陆</title> </head> <body> <% String s=(String)session.getAttribute("error"); if (
相关文章
相关标签/搜索