?? productdelete.jsp
字號(hào):
<%@ page language="java" import="java.util.*" pageEncoding="GB18030"%>
<%@ page import="com.bjsxt.shopping.product.*"%>
<%
int id = Integer.parseInt(request.getParameter("id"));
ProductMgr.getInstance().delete(id);
%>
<html>
<head>
<title>刪除產(chǎn)品</title>
</head>
<center>
刪除成功!
</center>
<body>
<script type="text/javascript">
parent.main.location.reload();
</script>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -