location相關知識點

2022-08-21 08:39:08 字數 594 閱讀 5239

//location獲取瀏覽器位址列

//協議,網域名稱(www.baidu.com),埠號,路徑

console.log('主機名',location.hostname);//網域名稱

console.log('路徑',location.pathname);//路徑

console.log('埠',location.port);//埠號

console.log('協議',location.protocol);//協議

console.log('url',location.href);//位址列內所有的內容

console.log('錨點',location.hash);//獲取當前位址裡的錨點

console.log('主機名+埠號',location.host);//獲取主機名+埠號

console.log('引數',location.search);//獲取位址列裡面的引數

//          location.assign('');//可以開啟乙個新的頁面

function shuxin()

location.replace('');//用新的文件代替當前的文件,不產生歷史記錄

相關知識點

nweb inf uclasses uweb.xml ulib n 從httpservlet 繼承,重寫doget dopost方法 n部署web.xml n 只有乙個物件 n 第一次請求的時候被初始化,只一遍 n 初始化後先呼叫init 方法,只一遍 n 每個請求,呼叫一遍service serv...

Camera相關知識點

1 camera涉及到的概念 1.1 preview capture video preview 預覽 capture 拍照 video 錄影 1.2 幀率 快門 幀率 frame rate 用於測量顯示幀數的量度。所謂的顯示單位為每秒顯示的幀數,簡稱fps或hz 快門 shutter。快門是攝像器...

CURL相關知識點

1,建立乙個curl的會話資源 ch curl init 設定url,引數傳遞出來的時候 curl setopt ch,curlopt url,url 使用post提交的資料 curl setopt ch,curlopt post,1 if post data 設定是否將響應結果存入變數,1或者tr...