c 獲取IE位址列中的URL

2021-04-14 19:26:49 字數 551 閱讀 6529

一直在想測試使用者行為分析的時候,通過程式(本地服務程式)獲取ie上的url位址,對當前的url分析,並結合我的情況分析我的行為方式。現在瀏覽**的時候偶然看到了幾行**,不知道原始出處,就暫時**記錄下來。

「name」的值

屬性configurationfile

"dynamic_base"

dynamicbase

"dev_path"

(無屬性)

"cache_base"

privatebinpath

"binpath_probe_only"

privatebinpathprobe

"shadow_copy_dirs"

shadowcopydirectories

"force_cache_install"

shadowcopyfiles

"cache_base"

cachepath

(應用程式特定的)

licensefile

錯誤**:

if (obj == null)

else

js 獲取url 獲取位址列

設定或獲取物件指定的檔名或路徑。alert window.location.pathname 設定或獲取整個 url 為字串。alert window.location.href 設定或獲取與 url 關聯的埠號碼。alert window.location.port 設定或獲取 url 的協議部分...

獲取url位址列的引數

獲取url位址列的引數 var url window.location.href var index url.substring url.lastindexof 1 1 window.location.href 整個url字串 在瀏覽器中就是完整的位址列 2 window.location.prot...

原生獲取url位址列引數

首先需要乙個url位址,位址一般為http 或https 開頭後面跟著網域名稱,建立為172,127等等,本次試例使用本地位址127.0.0.1 比如例項 var str 這是乙個普通的帶引數的乙個位址已?分隔後面跟著需要傳遞的引數 1,獲取引數需要先擷取 function geturlvalue ...