📄 top.asp
字号:
<div class=top><a href=index.asp><%=ewap_(69)%></a>
<%
dim rs_top,sql2
set rs_top=server.createobject("ADOdb.Recordset")
sql_top="select * from class where p_class=0 order by id asc"
rs_top.open sql_top,cn,1,1
do while not rs_top.eof
%>
<a href="Class_View.asp?cid=<%=rs_top("id")%>"><%=rs_top("class_name")%></a>
<%
rs_top.movenext
loop
rs_top.close
set rs_top=nothing
%>
</div>
<br/>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -