index.asp
来自「65353音乐网 v1.1」· ASP 代码 · 共 21 行
ASP
21 行
<!-- #include file="include/config.asp" -->
<%
tit=tit_fir
tit_fir=""
call web_head(0,0,0,0,0)
'----------------------------左边 开始----------------------------
call news_left_sort(tit,0)
call news_left("hot",10,12,"热门新闻")
call news_left("good",10,12,"推荐新闻")
'----------------------------左边 结束----------------------------
call web_center(0)
'----------------------------中间 开始----------------------------
call news_fpic("new",12,6,30,"今日新闻")
call news_center_table("新闻搜索",news_search_list("新闻"),0,1,"")
call news_pic("good",3,12,"图片新闻")
call news_main_list(6,30)
'call news_center_table("新闻分类",sort_type("list.asp?",0,0),0,1,"")
'----------------------------中间 结束----------------------------
call news_end()
call web_end(0,0)
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?