摘要: 1、 Server.MapPath()介绍 Server.MapPath(string path)作用是返回与Web服务器上的指定虚拟路径相对应的物理文件路径。其参数path为Web 服务器的虚拟路径,返回结果是与path相对应的物理文件路径。但有时参数并非为虚拟路径,而是用户自定义的文件名。 Se... 阅读全文
posted @ 2014-05-04 11:24 Mander_Gao 阅读(437) 评论(0) 推荐(0) 编辑