⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 z-z-paihang.asp

📁 全站生成htm静态页面
💻 ASP
字号:
<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../images/css.css" rel="stylesheet" type="text/css">
</head>
<body bottommargin="0" topmargin="0" leftmargin="0" rightmargin="0">
<table width='140' align="center" cellpadding="2" cellspacing="0" bordercolordark='#FFFFFF' bgcolor="#ffffff">
  <tr>
    <%
m=0
set rs=conn.execute("SELECT top 100 mtvlistid,name,hits FROM Mtvlist order by hits desc") 
if not Rs.eof then
do while not rs.eof
m=m+1
if len(rs("name"))>9 then
name=left(rs("name"),9)
else
name=rs("name")
end if
%>
    <td width="8"><font color="#009933"><%=m%></font></td>
    <td width="130"><A 
            href="html/<%=rs("mtvlistid")%>.htm" title="歌曲:<%=name%>" target=_blank><%=name%></a></td>
			<%if (m mod 1)=0 and m>=1 then%></tr>
<%end if%>
<%
if m>=10 then exit do
rs.movenext 
loop
else
response.write "尚无收录"
end if
rs.close
%>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -