下面以获取服务器上的图片路径为示例(注:服务器路径也就是虚拟路径)
1、在aspx.cs页面中获取服务器上的图片路径
Server.MapPath("~/i/zhuiImg/01.jpg");
2、在一般程序文件中获取服务器上的图片路径( 注:一般程序文件的后缀名为:.ashx)
context.Server.MapPath("~/i/zhuiImg/02.jpg");
本文共 246 字,大约阅读时间需要 1 分钟。
转载于:https://www.cnblogs.com/shao-shao/articles/3523336.html