📄 publish_post.jsp
字号:
<%@ include file = "../../config.jsp" %>
<%@ page contentType="text/html;charset=GBK"%>
<%@ page import="java.util.*"%>
<jsp:useBean id="Manager" scope="page" class="myshop.product_sys.ManagerProduct"/>
<%
String img_path = UploadFolder + "/" + (String)session.getAttribute("NewImgName");
Manager.AddProduct(request,tb_shop_product_info,img_path);
//撤消所有会话
session.removeAttribute("NewImgName");
response.sendRedirect("publish.jsp");
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -