页面跳转
页面跳转:
window.location.href="/m/login.html";
返回上一页:
window.history.go(-1);
本页面延时刷新:
setTimeout("window.location.reload()","1000");
a 链接 不跳转
<a href="javascript:void(0);"><button class="sign-up-btn">点击报名</button></a>
获取当前页面url location.href
当前页面刷新
window.location.reload();
父级页面跳转 :
parent.location.href='/my.html';
父级页面重载
window.parent.location.reload();

浙公网安备 33010602011771号