用JSP做个登陆界面~最好是用struts做的。。谢谢了。。就要个登陆界面就好了

来源:百度知道 编辑:UC知道 时间:2024/05/26 08:39:35
就要代码就成了。。我用的工具是eclipse
要求有用户名 密码
我邮箱是ydq841119@163.com
QQ290481786~

<%@ page language="java" contentType="text/html;charset=gb2312"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<html>
<head>
<title>JSP for loginForm form</title>
<meta http-equiv="Content-Type&quo