首頁 > web前端 > js教程 > javascript獲得當前的資訊的一些常用命令_基礎知識

javascript獲得當前的資訊的一些常用命令_基礎知識

WBOY
發布: 2016-05-16 16:13:13
原創
1085 人瀏覽過

本文內容很簡單,跟大家總結一下javascript取得目前的資訊的一些常用指令

console.info("document.URL=" document.URL);
console.info("document.location.href=" document.location.href);
//console.info("document.base=" document.base); //這是錯的!
console.info("document.location=" document.location);
console.info("self.location.href=" self.location.href);
console.info("top.location.href=" top.location.href);
console.info("location.hostname=" location.hostname);
console.info("window.location.host=" window.location.host);
console.info("window.location.pathname=" window.location.pathname);

暫時想起來的就這些啦,後續再更新^_^

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板