一、window.location.href="你要跳转的页面";
二、window.history.back(-1);或window.history.go(-1);效果:返回前一页。
三、window.navigate("要跳转的页面");
四、self.loaction='要跳转的页面';
具体参考以下:
一、window.location.href="你要跳转的页面";
二、window.history.back(-1);或window.history.go(-1);效果:返回前一页。
三、window.navigate("要跳转的页面");
四、self.loaction='要跳转的页面';
具体参考以下: