//獲取當前視窗的url
//獲取當前視窗的主機名 例如:http://localhost:8080
window.location.host
//獲取當前視窗的埠 例如: 8080
window.location.port
//獲取當前視窗的路徑 例如: /shopping/buycart.shtml
window.location.pathname
//獲取當前文件的url
document.url
//獲取引數 例如: ?skuid=510&amount=1
window.location.search
//跳出當前視窗,開啟新視窗
window.open(url);
js獲取當前url路徑
獲取當前視窗的url var url window.location.href 結果 http localhost 61768 home index?id 2 age 18 獲取當前視窗的主機名 var host window.location.host 結果 localhost 61768 獲取當...
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...