📄 createsc.jsp
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%@ page language="java" contentType="text/html; charset=gb2312" %>
<%@ taglib uri="/tags/struts-html" prefix="html" %>
<html:html>
<head>
<link href="../styles/display.css" type="text/css" rel="stylesheet"/>
<link href="../styles/main.css" type="text/css" rel="stylesheet" >
</head>
<body>
<html:form action="/createSC">
<table align="center">
<tr>
<td>
<html:hidden property="id"/>
</td>
</tr>
<tr>
<th align="right">学号:</th>
<td>
<html:text property="number"/>
</td>
</tr>
<tr>
<th align="right">数学:</th>
<td>
<html:text property="math"/>
</td>
</tr>
<tr>
<th align="right">语文:</th>
<td>
<html:text property="chinese"/>
</td>
</tr>
<tr>
<th align="right">英语:</th>
<td>
<html:text property="english"/>
</td>
</tr>
<tr>
<th align="right">计算机:</th>
<td>
<html:text property="computer"/>
</td>
</tr>
<tr>
<th align="right">地理:</th>
<td>
<html:text property="geography"/>
</td>
</tr>
<tr>
<th align="right">政治:</th>
<td>
<html:text property="politics" />
</td>
</tr>
</table>
<font size="2" color="darkred"><html:errors property="result"/></font>
<center>
<html:reset value="重写"/>
<html:submit value="提交"/></center>
</html:form>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -