獲取當前位址相關資訊

2021-10-01 05:24:50 字數 869 閱讀 7757

1.  window.location

通過console控制台列印可得到關於window.loation的相關資訊

window.location.href  // 當前頁面完整的url

window.location.protocol  //協議

window.location.host  //主機名+埠號

window.location.port //埠號 如果採用預設80埠,返回值為空字元

window.location.pathname  //當前位址的相對路徑

window.location.search  //當前url引數資訊

window.location.hash  //開始的錨

2. 正規表示式進行匹配

window.location.href.match(new regexp(/(\w+:\/\/)([^/:]+)(:\d*)?([/a-z/a-z]*)?/))   //除引數以外的完整鏈結

window.location.href.match(new regexp(/(\w+:\/\/)([^/:]+)(:\d*)?/))   //完整網域名稱和埠號

php獲取當前URL位址

注 在 php 4.1.0 及以後版本使用。之前的版本,使用 http server vars。server 是乙個包含諸如頭部 headers 路徑 paths 和指令碼位置 script locations 的陣列。陣列的實體由 web 伺服器建立。不能保證所有的伺服器都能產生所有的資訊 伺服器...

mfc activex 獲取當前網頁位址

方法一 ccomptrclientsite ccomptrcontainer ccomqiptrhtmldoc ccomqiptrwebbrowser bstr t bstrtext clientsite this getclientsite clientsite getcontainer cont...

php獲取當前網頁位址

判斷是否為https 判斷是否為https return bool 是https返回true 否則返回false 獲取網域名稱或主機位址 獲取網頁位址 echo server php self blog testurl.php 獲取 引數 echo server query string id 5 ...