摘要: $data=Request::post(); $oldimg=public_path()."storage/".ProductModel::find($data['id'])->img; if(file_exists($oldimg)){ unlink($oldimg); } try { // 获取 阅读全文
posted @ 2020-08-05 09:45 CanyingV 阅读(1027) 评论(0) 推荐(0)