📄 cat_list.asp
字号:
<%
sql="SELECT * FROM log_cat ORDER BY xh"
set c_list=conn.EXECUTE(sql)
do while not c_List.eof
%>
<option value="<%=c_List("ID")%>">□-<%=c_List("cat_name")%></option>
<%
c_List.MoveNext
Loop
set c_List=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -