📄 delconsul.jsp
字号:
<%@ include file="admintop.jsp"%>
<%@ include file="isadmin.jsp"%>
<%
String id=request.getParameter("id");
stmt.executeUpdate("delete from scott.contact where id in (" + id + ")");
%>
<table width="350" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#000000">
<tr>
<td height="25" bgcolor="#B1E1F3"> <div align="center"><strong>删除动作完成</strong></div></td>
</tr>
<tr>
<td>你可以返回上一页进行查看,为了尊重咨询者请尽量不要删除他的留言</td>
</tr>
<tr>
<td><div align="center"><a href="admin_consul.jsp">【返回】</a></div></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -