JS有哪些跳转页面方法,下面web建站小编给大家简单介绍一下8大跳转方法!
8种跳转方法介绍:
//直接打开(推荐) window.location.href="https://ipkd.cn/" //新窗口打开 window.open('https://ipkd.cn/') //仅支持IE window.navigate("https://ipkd.cn/"); //返回 window.history.back(-1); //只刷新不跳转 <meta http-equiv="refresh" content="5"> //定时跳转 <meta http-equiv="refresh" content="5;url=index.html"> //其它方法 window.location.replace("https://ipkd.cn/"); self.location='https://ipkd.cn/'; top.location='https://ipkd.cn/';
js语法中window.location.replace和window.location.href有什么区别
浙里办小程序window.open失效解决方法(ios系统)
标签: self.location, top.location, window.navigate, window.open, 页面跳转
上面是“JS有哪些跳转页面方法(8种跳转方法)”的全面内容,想了解更多关于 js 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_3905.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!