手机
当前位置:查字典教程网 >编程开发 >Javascript教程 >javascript获得当前的信息的一些常用命令
javascript获得当前的信息的一些常用命令
摘要:本文内容很简单,给大家总结一下javascript获得当前的信息的一些常用命令console.info("document.URL="+do...

本文内容很简单,给大家总结一下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);

暂时想起来的就这些啦,后续再更新^_^

【javascript获得当前的信息的一些常用命令】相关文章:

javascript中动态函数用法

javascript常用方法总结

Javascript随机显示图片的源代码

javascript实现炫酷的拖动分页

JavaScript中继承用法实例分析

JavaScript的while循环的使用

javascript中this的四种用法

获得当前页面URL地址的三个JS代码

javascript制作的滑动图片菜单

JavaScript的Backbone.js框架的一些使用建议整理

精品推荐
分类导航