//返回上一页
window.history.back(-1);
//在本页面跳转
window.location.href
location.href
//仅在本页面打开地址
self.location.href
this.location.href
//是上一层frame中页面跳转
parent.location.href
//是最外层的frame中页面跳转
top.location.href
不同页面跳转方法
于 2024-07-01 11:21:19 首次发布