数据分析师2017-09-30 22:53:44
How should this location be applied? -PHP Chinese website Q&A-How should this location be applied? -PHP Chinese website Q&A
Please watch and learn.
阿神2016-12-19 11:12:46
可以看一下下面代码,是其中一种应用
<script> function currLocation() { alert(window.location) } function newLocation() { window.location="/index.html" } </script>