yjyjyjyjyj
2021-02-20 15:00
<script type="text/javascript">
// 对象属性
// location.href :获取当前网页的 URL
document.write("<br>"+"1:"+location.href);
document.write("<br>"+"2:"+location.hostname);
document.write("<br>"+"3:"+location.host);
document.write("<br>"+"4:"+location.hash);
document.write("<br>"+"5:"+location.pathname);
document.write("<br>"+"6:"+location.protocol);
document.write("<br>"+"7:"+location.search);
// 对象方法:(为什么不显示呢)
document.write("<br>"+"12:"+location.assign());
document.write("<br>"+"13:"+location.reload());
document.write("<br>"+"14:"+location.replace());
</script>
后面三个方法对窗口一顿操作,而且还有参数,你这……
你把他粘到你自己的编译器试试
搜索
复制
JavaScript进阶篇
468060 学习 · 21891 问题
相似问题