摘要: 一、Server.MapPath 简介 Server.MapPath()的全名是System.Web.HttpContext.Current.Server.MapPath(),它返回与Web服务器上的指定虚拟路径相对应的物理文件路径。 其参数path为Web 服务器的虚拟路径,返回结果是与path相 阅读全文
posted @ 2013-04-24 15:15 心存善念 阅读(771) 评论(0) 推荐(0) 编辑