asp獲取當前路徑語句大全

2021-06-21 14:43:49 字數 923 閱讀 6149

在asp開發中經常需要用到當前頁面的路徑,相對的,絕對的,有引數的,沒有引數的,這裡整理一下,個人感覺很全的asp獲取頁面路徑語句大全,例如:request.servervariables script_name server_software 

產生的如下:

本檔案ip路徑:http://localhost/ceshi.asp 

本機ip:127.0.0.1 

伺服器名:localhost

伺服器ip:127.0.0.1

伺服器端口:8091

iis版本:microsoft-iis/5.0

本檔案路徑:e:\hospital\ceshi.asp

伺服器cpu數量:2

伺服器解譯引擎:vbscript/5.6.7426

伺服器作業系統:windows_nt 

訪問的檔案路徑:/ceshi.asp 

使用者**的資訊:mozilla/4.0 (compatible; msie 6.0; windows nt 5.0; maxthon; com+ 1.0.2204)

如若獲得此檔案的目錄可以利用下面的函式:

所在檔案目錄:<%=serverpath%>

********************=

C C 獲取當前路徑

獲取當前工作目錄是使用函式 getcwd。cwd指的是 current working directory 這樣就好記憶了。函式說明 函式原型 char getcwd char buffer,int len 引數 buffer是指將當前工作目錄的絕對路徑copy到buffer所指的記憶體空間,len...

C C 獲取當前路徑

獲取當前工作目錄是使用函式 getcwd。cwd指的是 current working directory 這樣就好記憶了。函式說明 函式原型 char getcwd char buffer,int len 引數 buffer是指將當前工作目錄的絕對路徑copy到buffer所指的記憶體空間,len...

wince獲取當前路徑

在evc下沒有getcurrentdirectory 這個函式能方便地獲取當前工作路徑,所以我們只能通過getmodulefilename 函式的返回值來獲取當前的工作路徑.szpath 獲取的當前工作路徑 void getcurrentdirectory cstring szpath const ...