📄 2fly_booktype.asp
字号:
<!--#include file="conn.asp"-->
<%
sql="select * from xhbooktype"
set rs=db.execute(sql)
%>
<style type="text/css">
<!--
table {
font-size: 9pt;
text-decoration: none;
border: 1px solid #000000;
}
-->
</style>
<table width="398" border="0" align="center" cellpadding="3" cellspacing="0">
<tr align="center" bgcolor="#006699">
<td colspan="2"><font color="#FFFFFF">删 除 分 类</font></td>
</tr>
<%do while not rs.eof%>
<tr align="center">
<td width="188" height="33"><%=rs("booktype")%></td>
<td width="196"><a href=2fly_del.asp?id=<%=rs("id")%>>删除</a></td>
</tr><%
rs.movenext
loop
%>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -