在php中,當前指令碼的名稱(不包括路徑和查詢字串)記錄在預定義變數(1)中;而鏈結到當前頁面的的前一頁面url記錄在預定義變數(2)中
< php
//****,script_name也可以:php/test.php
//前執行指令碼的絕對路徑名:d:inetpubwwwrootphp est.php
echo $_server["script_filename"]."
amp;$quot;;
echo $_server["remote_addr"]."
amp;$quot;;
//查詢(query)的字串(url 中第乙個問號 之後的內容):id=1&bi=2
echo $_server["query_string"]."
amp;$quot;;
//當前執行指令碼所在的文件根目錄:d:inetpubwwwroot
echo $_server["document_root"]."
amp;$quot;;
>
c 有關獲取系統路徑
一 系統路徑可以通過 enviroment.systemdirectory獲得 中間的引數為environment.specialfolder.desktopdirectory,這樣獲得桌面目錄 返回 我的文件 路徑字串 environment.getfolderpath environment.s...
和目錄和路徑有關,路徑檔案存在與否
在mfc中有很多獲取路徑的api dword getmodulefilename hmodule hmodule,handle to module lptstr lpfilename,file name of module dword nsize size of buffer 當hmodule為nu...
C 有關檔案路徑的操作
string fullpath website1 default.aspx string filename system.io.path.getfilename fullpath 檔名 default.aspx string extension system.io.path.getextension...