关于asp中Server.MapPath()的用法
(转)Server.MapPath(path)用法:1.Server.MapPath("/") 应用程序根目录所在的位置 如 C:/Inetpub/wwwroot/2.Server.MapPath("./") 表示所在页面的当前目录 注:等价于Server.MapPath("") 返回 Server.MapPath("")所在页面的物理文件路径3.Server.MapPath
原创
2007-08-08 15:03:00 ·
838 阅读 ·
0 评论