JS有哪些跳转页面方法(8种跳转方法)

467 ℃

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相关关联参数介绍

浙里办小程序window.open失效解决方法(ios系统)

vuejs实现部分页面跳转后禁止返回到前一个页面

php代码实现页面跳转的5种方法

标签: self.location, top.location, window.navigate, window.open, 页面跳转

上面是“JS有哪些跳转页面方法(8种跳转方法)”的全面内容,想了解更多关于 js 内容,请继续关注web建站教程。

当前网址:https://m.ipkd.cn/webs_3905.html

声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!

ThinkPHP如何实现获取SQL的方法
wordpress如何设置项目短代码
关键词优化过度导致网站被K,还有机会恢复吗?
原生javascript根据class追加div内容
帝国cms列表页随机调用数字