js页面跳转

2021-04-20 16:29

阅读:547

标签:strong   history   script   cat   html   pre   type   ref   href   

第一种:(跳转到b.html)

window.location.href="http://www.soscw.com/b.html";

第二种:(返回上一页面)

window.history.go(-1);

第三种:

window.navigate("b.html");

第四种:

self.location=’b.html’;

第五种:

top.location=’b.html’;

 

js页面跳转

标签:strong   history   script   cat   html   pre   type   ref   href   

原文地址:https://www.cnblogs.com/2393920029-qq/p/12257577.html


评论


亲,登录后才可以留言!