这个location应该怎么应用,就是它的应用格式是什么样的?
이 위치를 어떻게 적용해야 하나요? -PHP 중국사이트 Q&A - 이 위치는 어떻게 적용해야 하나요? -PHP 중국어 홈페이지 Q&A
꼭 보고 배워보세요.
可以看一下下面代码,是其中一种应用
<script> function currLocation() { alert(window.location) } function newLocation() { window.location="/index.html" } </script>
이 위치를 어떻게 적용해야 하나요? -PHP 중국사이트 Q&A - 이 위치는 어떻게 적용해야 하나요? -PHP 중국어 홈페이지 Q&A
꼭 보고 배워보세요.
可以看一下下面代码,是其中一种应用