📄 web.asp
字号:
<!--#include file="inc/config.asp"-->
<!--#include file="mdb.asp"-->
<!--#include file="inc/format.asp"-->
<!--#include file="inc/error.asp"-->
<!--#include file="inc/inc.asp"-->
<!--#include file="inc/web_body.asp"-->
<%
stats="酷站列表"
dim founderr,errmsg
founderr=false
errmsg=""
if request.querystring("cscat_id")<>"" then
if not isInteger(request.querystring("cscat_id")) then
founderr=true
errmsg=errmsg+"<br>"+"<li>非法的酷站分类参数。"
end if
end if
if request("page")<>"" then
if not isInteger(request("page")) then
founderr=true
errmsg=errmsg+"<br>"+"<li>非法的文章分页参数。"
end if
end if
if founderr then
call diserror()
response.end
else
call head()
call menu()
call web_body()
call footer()
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -