song-1

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
</head>
<body>

<div id="library" align="center">
<form action="addServlet" method="post">
<tr>
<h1>图书管理系统 </h1>
</tr>
<table align="center">
<tr>
<td>身份:
<select name="profession">
<option value="1">管理员</option>
<option value="2">读者</option>
</select>
</td>
</tr>

<tr><td>
用户名:<input pattern="[a-zA-Z0-9]{6,12}" name="username"></td></tr>

<tr><td>
密码:<input pattern="[a-zA-Z0-9]{6,12}" type="password" name="password"></td> </tr>
</tr>

<tr>
<td colspan="2"><div align="center">
<input type="submit" value="登录"></div></td> </tr>
</table>
</form>
</div>

分类:

技术点:

相关文章:

  • 2021-12-27
  • 2021-11-06
  • 2021-08-06
  • 2021-10-27
  • 2021-06-17
  • 2021-11-04
  • 2021-11-30
  • 2021-11-18
猜你喜欢
  • 2021-11-18
  • 2021-11-18
  • 2021-11-06
  • 2021-11-18
  • 2021-11-18
  • 2021-11-18
  • 2021-11-18
相关资源
相似解决方案