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

📄 dh.asp

📁 以前企业建网站
💻 ASP
字号:
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="780">
<tr>
<td width="0" ></td>
<td bgcolor="<%sql="select * from sys"
rs.open sql,conn,3,3%>
<%=rs("sys_color")%><%rs.close%>">&nbsp;<%sql="select * from sort"
rs.open sql,conn,3,3
if rs.eof then
response.write "暂且没有分类"
else
do while not rs.eof
%>
<a href="sort.asp?sort_id=<%=rs("sort_id")%>"><font color="000000"><%=rs("sort_name")%>类</a>&nbsp;</font>| 
<%rs.movenext           
loop
end if
rs.close
%>
</td>
<td width="0"></td>
</tr>
<tr>
<td width="0" 
 colspan="3"></td>
</tr>
</table>
</center>
</div>

⌨️ 快捷键说明

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