📄 index.asp
字号:
<!--#include file="db_conn.asp"-->
<!--#include file="comm/comm.asp"-->
<!--#include file="comm/sub.asp"-->
<!--#include file="comm/counst.asp"-->
<!--begin TOP-->
<%
'说明 head(a,b,c)
'a为页标题
'b为页描述
'c为页关键字
call head(r(26),r(27),r(28))
%>
<!--end TOP-->
<div align="center">
<table border="0" width="760" cellpadding="0" style="border-collapse: collapse">
<tr>
<td width="182" valign="top"><!--#include file="left.asp"--></td>
<td width="15" valign="top"> </td>
<td width="563" valign="top">
<%call pro_list(1,x1,y1,"addtime","精品推荐","TjProduct.asp")%>
<table border="0" width="100%" id="table3" cellpadding="0" style="border-collapse: collapse">
<tr>
<td> </td>
</tr>
</table>
<%call pro_list(4,x2,y2,"addtime","热门产品","HotProduct.asp")%>
</td>
</tr>
</table>
</div>
<!--begin end-->
<%call boot()%><!--end end-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -