📄 footer.asp
字号:
<style type="text/css">
<!--
body {
margin-bottom: 0px;
}
.style1 {color: #666666}
-->
</style><div align="center">
<table width="768" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="images/index-mid.gif"><p align="center" class="style1">
<hr width="750" align="center">
<div align="center"><span style="font-size:11px;">All CopyRight <a href="http://www.mengxisky.com">www.mengxisky.com</a> Processed
in <%=FormatNumber(Timer()-StartTime,6,-1)%> second(s) , <%=SQLQueryNums%> queries</span>; <script src="../count/mystat.asp?style=no"></script></div></td>
</tr>
</table>
<table width="768" border="0" cellpadding="0" cellspacing="0" height="20">
<tr>
<td background="images/index_bot.gif"> </td>
</tr>
</table>
</div>
</body>
</html><%
IF TypeName(Conn)<>"Nothing" Then
Conn.Close
Set Conn=Nothing
End IF%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -