📄 insertstuinfor.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="errorpage.jsp" %>
<html>
<head>
<title>添加学生信息</title>
<style type="text/css">
<!--
.STYLE1 {
font-size: medium;
color: #FF0000;
}
-->
</style>
</head>
<body>
<form id="insertForm" name="insertForm" method="post" action="insertStu-1.jsp">
<p align="center"> </p>
<p align="center"> </p>
<p align="center"><strong>姓名:
<input type="text" name="insertTextName" />
</strong></p>
<p align="center"><strong>学号:
<input type="text" name="insertTextNum" />
</strong></p>
<p align="center"><strong> 密码</strong>:
<input type="password" name="insertTextPassword" />
</p>
<p align="center">
<input type="submit" name="Submit" value="提交" />
<input type="reset" name="Submit2" value="重置" />
</p>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -