首页  >  问答  >  正文

这个location应该怎么应用?

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

phpcn_u226phpcn_u2262861 天前1062

全部回复(2)我来回复

  • 数据分析师

    数据分析师2017-09-30 22:53:44

    这个location应该怎么应用?-PHP中文网问答-这个location应该怎么应用?-PHP中文网问答

    围观一下哦,学习一下。

    回复
    0
  • 阿神

    阿神2016-12-19 11:12:46

    可以看一下下面代码,是其中一种应用

    <script>
    function currLocation()
    {
    alert(window.location)
    }
    function newLocation()
    {
    window.location="/index.html"
    }
    </script>

    回复
    0
  • 取消回复