tushujieyue.jsp
来自「jsp与数据库连接的图书馆管理系统」· JSP 代码 · 共 39 行
JSP
39 行
<%@page contentType="text/html;charset=gbk" %><style type="text/css">
<!--
body {
background-image: url();
background-color: #FFCCFF;
}
.STYLE1 {
font-size: large;
font-weight: bold;
}
.STYLE2 {font-size: medium}
-->
</style>
<form name="form1" method="post" action="tushujieyue_result.jsp">
<table width="70%" height="114" border="1" align="center">
<tr>
<td height="47"> <div align="center"><strong><font size="5">图书借阅</font></strong>
</div>
<p></p></td>
</tr>
<tr>
<td><p>图书编号:
<input name="idbook" type="text" id="idbook">
借书人编号:
<input name="idcustomer" type="text" id="idcustomer">
</p></td>
</tr>
<tr>
<td> <div align="center">
<input type="submit" name="Submit" value="借阅">
<input type="reset" name="Submit2" value="重置">
</div></td>
</tr>
</table>
<p align="center"> </p>
</form>
<strong><font size="5"></font></strong>
<p> </p>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?