file = "~/images/1.jpg" path=Server.MapPath(file); //转为绝对路径 System.IO.File.Delete(path);
补充:Web开发 , ASP.Net ,
上一个:在.NET开发中的单元测试工具之(1)——NUnit下一个:ASP.NET MVC3细嚼慢咽---(3)Razor视图语法