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

495 ℃

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,我们会在看到邮件的第一时间内为您处理!

WordPress如何判断当前文章是否是密码保护文章
vscode国内下载速度慢(失败)解决方法
帝国cms模板里如何增加当前页面的刷新时间
分享plsql连接到oracle数据库的详细信息
如何利用css设置只许阅读不允许复制文本内容