1. 程式人生 > >js 獲取一下url裡面的一些內容

js 獲取一下url裡面的一些內容

JavaScript 的document物件中有一個location的子物件,其包括是屬性如下:

 

  1. document.location.host   //表示當前域名 + 埠號
  2. document.location.hostname  //表示域名
  3. document.location.href   //表示完整的URL
  4. document.location.port   //表示埠號
  5. document.location.protocol   //表示當前的網路協議