📄 deleteproducesuccess.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="com.qrsx.buyflowers.beans.*,java.util.*,java.io.*" errorPage="error.jsp" %>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
}
.style3 {color: #0000FF; font-size: 16px;}
.style10 {color: #FF0000}
-->
</style>
</head>
<jsp:useBean id="produceBean" class="com.qrsx.buyflowers.beans.AdminProduceBean" scope="page"/>
<body>
<%
String s=(String)request.getParameter("produceId");
//System.out.println(s+" #######");
if(s!=null)
{
produceBean.deleteProduce(s);
}
%>
<center>
<h1 class="style3"> </h1>
<p class="style3"> </p>
<p class="style3"> </p>
<p class="style3"> </p>
<p class="style3 style10">删除成功!</p>
<p> </p>
<p> </p>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -