📄 linesearch.jsp
字号:
<link href="style.css" rel="stylesheet">
<html>
<head>
<title>旅游线路查询</title>
</head>
<body topmargin="0">
<form name="form1" method="post" action="linesearchrlt.jsp">
<p align="center"><img src="PIC/SEARCH.GIF" border=0 height="80"></p><br>
<table border="0" width="500" align=center cellspacing="12">
<tr>
<td>线路名称 <input type="text" name="name" size="20"></td>
</tr>
<tr>
<td>地域名称 <input type="text" name="area" size="20"></td>
</tr>
<tr>
<td>行程天数 <input type="text" name="days" size="10"></td>
</tr>
<tr>
<td><input type="submit" value=" 查 询 " name="B1"> <input type="reset" value=" 重 写 " name="B2"></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -