📄 index.asp
字号:
<!--#include file="Conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=Application("TestVersion")%></title>
<link rel="stylesheet" type="text/css" href="css.css">
<style type="text/css">
<!--
body {
background-color: #B1DB99;
}
-->
</style></head>
<body topmargin="0">
<!--#include file="Menu.asp"-->
<table width="760" border="0" align="center" cellpadding="1" cellspacing="0" class=p1>
<tr>
<td valign="top"><br>
<%
If Request("TestID")="" Then
%>
<%Else%>
<!--#include file=ShowMeTest1.asp !-->
<%End If%>
<br>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -