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

551 ℃

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

帝国cms模板里如何增加当前页面的刷新时间
如何将XML解析后的对象保存到JavaScript中
git clone克隆指定分支代码命令
git语法中如何利用branch命令列出、创建、删除分支等操作
Vue3如何通过子组件emit传递ref