js擷取url參數

來源:互聯網
上載者:User

標籤:type   地址   擷取   http   動態語言   1.0   路徑   連接埠   pos   

對於這樣一個URL
http://www.x2y2.com:80/fisker/post/0703/window.location.html?ver=1.0&id=6#imhere

我們可以用javascript獲得其中的各個部分
1、 window.location.href
整個URl字串(在瀏覽器中就是完整的地址欄)
本例傳回值: http://www.x2y2.com:80/fisker/post/0703/window.location.html?ver=1.0&id=6#imhere

2,window.location.protocol
URL 的協議部分
本例傳回值:http:

3,window.location.host
URL 的主機部分
本例傳回值:www.x2y2.com

4、window.location.port
URL 的連接埠部分
如果採用預設的80連接埠(update:即使添加了:80),那麼傳回值並不是預設的80而是Null 字元
本例傳回值:""

5、window.location.pathname
URL 的路徑部分(就是檔案地址)
本例傳回值:/fisker/post/0703/window.location.html

6、window.location.search
查詢(參數)部分
除了給動態語言賦值以外,我們同樣可以給靜態頁面,並使用javascript來獲得相信應的參數值
本例傳回值:?ver=1.0&id=6

7、window.location.hash
錨點
本例傳回值:#imhere <src="http://feeds.feedburner.com/~s/fisker?i=http://www.x2y2.com/fisker/post/0703/window.location.html" type="text/javascript" charset="utf-8">

js擷取url參數

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.