zoukankan      html  css  js  c++  java
  • 每日日报2020 12/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>

  • 相关阅读:
    Linux下的邮件发送
    Linux下用户和raid练习题
    Linux centos7.5操作系统的安装
    Linux chattr文件锁
    Linux系统下root密码丢失解决方案
    周总结2
    课堂作业1
    开课博客
    阅读3
    作业8
  • 原文地址:https://www.cnblogs.com/song-1/p/14177110.html
Copyright © 2011-2022 走看看