2008年5月23日
摘要: ./当前目录 /网站主目录 ../上层目录 ~/网站虚拟目录 如果当前的网站目录为E:\wwwroot 应用程序虚拟目录为E:\wwwroot\company 浏览的页面路径为E:\wwwroot\company\news\show.asp 在show.asp页面中使用 Server.MapPath("./") 返回路径为:E:\wwwroot\company\news Server.... 阅读全文
posted @ 2008-05-23 18:10 湛然常寂 阅读(108827) 评论(4) 推荐(10) 编辑