?? index.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/indexnew.asp"-->
<!--#include file="inc/dj_body.asp"-->
<%
stats="歌曲列表"
dim founderr,errmsg
founderr=false
errmsg=""
if request.querystring("djcat_id")<>"" then
if not isInteger(request.querystring("djcat_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 dj_body()
call footer()
end if
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -