正文iframe框架中用js改变父级UrlIP云V管理员/2022-09-12/3 阅读 09/12提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 <script type="text/javascript"> var path = window.location.href;//当前也面的跳转 var topPath = top.window.location.href;//最外层也面的跳转 if (path != topPath) { top.window.location.href = window.location.href; } </script>