>  Q&A  >  본문

这个location应该怎么应用?

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

phpcn_u226phpcn_u2262861일 전1058

모든 응답(2)나는 대답할 것이다

  • 数据分析师

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

    이 위치를 어떻게 적용해야 하나요? -PHP 중국사이트 Q&A - 이 위치는 어떻게 적용해야 하나요? -PHP 중국어 홈페이지 Q&A

    꼭 보고 배워보세요.

    회신하다
    0
  • 阿神

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

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

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

    회신하다
    0
  • 취소회신하다