Server.mappath用法

1.Server.MapPath ("/") 應用程序根目錄所在的位置 如 C:\qq\qqroot\spa

2.Server.MapPath ("./") 表示所在頁面的當前目錄程序

注:等價於Server.MapPath ("") 返回 Server.MapPath ("")所在頁面的物理文件路徑qq

3.Server.MapPath ("../")表示上一級目錄文件

4.Server.MapPath ("~/")表示當前應用級程序的目錄,若是是根目錄,就是根目錄,若是是虛擬目錄,就是虛擬目錄所在的位置co

如:C:\qq\qqroot\Example\ 注:等效於Server.MapPath ("~")。background

相關文章
相關標籤/搜索