利用php的unlink函数删除文件 $files =.$imgs;//$imgs是数据库中保存的图片链接 $xx = file_exists($files);//判断是否存在该文件 $oldimg = unlink($files);//执行删除