📄 downloadmain.jsp~7~
字号:
<%@page contentType="text/html;charset=GB2312"%>
<%@include file="top.jsp"%>
<html>
<title>软件园</title>
<body>
<center>
<form method=post name=form action=Search.asp>
<table>
<tr>
<td width="30%">
<img src="images/s.gif" alt="">
<input type=text name=keyword size=12>
<input type=submit name=Submit value=搜索 src="images/s.gif">
</td>
<td width="70%"> </td>
</tr>
</table>
</form>
</center>
</body>
</html>
<%@include file="foot.jsp"%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -