这个location应该怎么应用

来源:8-11 Location对象

mengD

2016-11-18 15:20

这个location应该怎么应用,就是它的应用格式是什么样的

写回答 关注

2回答

  • 慕码人5263927
    2016-11-18 16:06:11

    一个是显示当前url

    一个是去一个新的url地址可以自己设置

    在需要的地方调用这两个方法就行

  • 慕码人5263927
    2016-11-18 16:04:38

    <script type="text/javascript">

    function currLocation()

    {

    alert(window.location)

    }

    function newLocation()

    {

    window.location="/index.html"

    }

    </script>


JavaScript进阶篇

本课程从如何插入JS代码开始,带您进入网页动态交互世界

468060 学习 · 21891 问题

查看课程

相似问题