📄 index9.jsp
字号:
<%@page contentType="text/html;charset=gbk"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新书入库</title>
<style type="text/css">
<!--
body {
background-image: url(33935932.jpg);
}
-->
</style>
</head>
<body>
<form method="POST" action="index10.jsp">
<p align="center"> </p>
<p align="center"> </p>
<p align="center">输入需要修改书的书号:
<input type="text" name="condition1">
<br>
</p>
<p align="center">
输入修改内容
<p align="center">
书名:
<input type="text" name="condition2">
<br>
图书作者:
<input type="text" name="condition3">
<br>
图书价格:
<input type="text" name="condition4">
<br>
图书数量:
<input type="text" name="condition5">
</table>
<p align="center">
<input type="submit" value="确定">
<input type="reset" name="Submit" value="清空">
</form>
</body>
</html>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -