📄 dh.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%>"> <%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> </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 + -