code025.jsp
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>登录页面</title>
</head>
<body>
<form name="form1" method="post">
用户名:<input type="text" name="username" id="username" style="width:120px">
密码:<input type="password" name="pwd" id="pwd" style="width:120px;">
<br>
<input type="submit" name="submit" value="提交">
</form>
</body>
</html>