<%@ page language="java" contentType="text/html;charset="UTF-8" pageEncoding="UTF-8"%>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<%response.sendRedirect("login.jsp");%>
<%@ page language="java" contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"%>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<form name="form1" method="post" action="">
用户名:<input name="name" type="text" id="name" style="width:120px"><br>
密 码:<input name="pwd" type="password" id="pwd" style="width:120px"><br>
<input type="submit" name="Submit" value="提交">