📄 index.asp
字号:
<!--#include virtual="/top1.asp"-->
<div align="center">
<table border="0" cellpadding="1" cellspacing="1" width="799" bgcolor="#A4B077">
<tr>
<td width="166" bgcolor="#FFFFFF" align="center" valign="top"><!--#include file="left.asp"--></td>
<td width="453" bgcolor="#FFFFFF" valign="top" style="padding:4px"><!--#include file="main.asp"--></td>
<td width="170" valign="top" bgcolor="#FFFFFF"><!--#include file="right.asp"--></td>
</tr>
</table>
</div>
<!--#include file="bottom.asp"-->
<%
if request.ServerVariables("CONTENT_LENGTH")>0 then
%>
<script language="javascript">
window.open("answer.asp?keywords=<%=request.form("keywords")%>","搜索结果","windth=600,height=500,top=0,left=0");
</script>
<%end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -