📄 article_list.asp
字号:
<!-- #include file="include/config_article.asp" -->
<!-- #include file="include/jk_pagecute.asp" -->
<!-- #include file="include/conn.asp" -->
<%
dim nummer,page,rssum,thepages,viewpage,pageurl,sqladd,keyword,sea_type
tit="文栏分类浏览"
call cid_sid()
nummer=int(web_var(web_num,2))
call web_head(0,0,0,0,0)
'------------------------------------left----------------------------------
call format_login()
call article_left_hot("jt0",15,8,1,6)
response.write put_type("article")
'----------------------------------left end--------------------------------
call web_center(0)
'-----------------------------------center---------------------------------
%>
<table border=0 width='98%' align=center>
<tr><td align=center><%call article_list(0,20,3,1)%></td></tr>
<tr><td align=center><%call article_sea()%></td></tr>
</table>
<%
'---------------------------------center end-------------------------------
call web_end(0)
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -