老師我路徑多一個SHOP

老師我路徑多一個SHOP

// 商品模塊,刪除商品的方法

private void delete(HttpServletRequest request, HttpServletResponse response) throws IOException {

// 接收數據

Integer pid = Integer.parseInt(request.getParameter("pid"));

// 處理數據

ProductService productService = new ProductServiceImpl();

// 查詢商品訊息

Product product = productService.findOne(pid);

String path = product.getPath();

System.out.println(path);

if (path != null && !"".equals(path)) {

String realPath = this.getServletContext().getRealPath(path);

System.out.println(realPath);

File file = new File(realPath);

if (file.exists()) {

file.delete();

}

}

老師它顯示出的路徑為什麼會多一個shop/導致無法刪除請問該如何解決

正在回答 回答被采纳积分+1

登陆购买课程后可参与讨论,去登陆

2回答
好帮手慕柯南 2020-03-26 17:01:25

同学你好!

老师看你的一个问答,你的问题是解决了对吗?

http://class.imooc.com/course/qadetail/207704

如果没有解决,可以继续提问。

祝学习愉快~

  • 提问者 齊帥 #1
    是的感謝老師
    2020-03-26 17:05:21
提问者 齊帥 2020-03-26 10:28:51

C:\apache-tomcat-8.5.53\webapps\shop\shop\upload\fd9d5a18f8504f9991789a0aceb59870.jpg

问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师