JS獲取URL各部分值

2021-04-20 15:20:42 字數 323 閱讀 6685

乙個url:http://www.abc.cn/htm/1.html 獲取url各部分值

window.location.href 獲取完整url 即http://www.abc.cn/htm/1.html

window.location.protocol 獲取url協議部分,即http:

window.location.host 獲取url主機部分,即www.abc.cn

window.location.pathname 獲取url的路徑部分,即/htm/1.html

乙個url: http://www.abc.cn?a=1&b=2&c=3 獲取各引數值

URL各部分含義。

url的一般語法格式為 帶方括號的為可選項 protocol hostname port path parameters query fragment protocol 協議 指定使用的傳輸協議,下表列出 protocol 屬性的有效方案名稱。最常用的是http協議,它也是目前www中應用最廣的協議...

url各部分組成分解

url各部分組成分解介紹 關於url可能大家都不陌生,第一印象就是 但是深究起來,不少朋友並明白裡面的一些細節,下面就來進行一下分解。scheme host port path?query fragment 1 scheme 通訊協議,常用的http,ftp,maito等。2 host 主機,伺服器...

VC MFC SDI MDI框架各部分指標獲取方式

獲得 獲得cmainframe 獲得cchildframe 獲得cdocument 獲得cview 在中 afxgetmainwnd m pmainwnd afxgetmainwnd mdigetactive afxgetmainwnd getactiveframe sdi afxgetmainwn...