string path = HttpContext.Current.Server.MapPath("../images/all/" + table.Rows[0]["i_Url"]); if (File.Exists(path)) { File.Delete(path);
}
这样为什么删除不了?
- 2 回答
- 0 关注
- 537 浏览
添加回答
举报
0/150
提交
取消