码迷,mamicode.com
首页 > Web开发 > 详细

JS一些常用的命令——获得当前的信息

时间:2015-02-15 21:48:48      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:

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);

JS一些常用的命令——获得当前的信息

标签:

原文地址:http://www.cnblogs.com/satcup/p/4293472.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!