Warning: Attempt to read property "license" on null in /www/wwwroot/www.0579zz.cn/wp-content/themes/boke-2/functions.php on line 1
Server.MapPath(path)的使用 – 金华站长网
Server.MapPath(path)的使用

Server.MapPath(path)的使用

用法:1.Server.MapPath(/) 应用程序根目录所在的位置 如 C:Inetpubwwwroot2.Server.MapPath(./) 表示所在页面的当前目录 注:等价于Server.MapPath() 返回 Server.MapPath()所在页面的物理文件路径3.Server.MapPath(../)表示上一级目录4.Server.MapPath(~/)