删除后需要手动刷新页面
js部分代码:
function delFile(filename,path){ if(window.confirm("您确定要删除嘛?删除之后无法恢复哟!!!")){ location.href="index.php?act=delFile&filename="+filename+"&path="+path; } }
js部分代码:
function delFile(filename,path){ if(window.confirm("您确定要删除嘛?删除之后无法恢复哟!!!")){ location.href="index.php?act=delFile&filename="+filename+"&path="+path; } }
2016-01-07
举报