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://ipkd.cn/webs_3905.html
workflows工作流
- 一个穿绿衣服国风古典女孩
- 一个冰淇淋ComfyUI工作流
- 小鸟在黑暗的天空中优雅地跳舞
- 一条精致透明的朱红色水晶龙
- 奋斗的小黄人ComfyUI工作流
- 一位24岁的金发女海盗ComfyUI工作流
- 一架受损严重的宇宙飞船内有一只猫
- stvmccrr风格的玫瑰花ComfyUI工作流
猜你喜欢
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!