页面前进 、 返回 与刷新

window.location.reload(); //刷新

window.history.go(1); //前进

window.history.go(-1); //返回+刷新

window.history.forward(); //前进

window.history.back(); //返回

猜你喜欢

转载自blog.csdn.net/GeeLoong/article/details/81736720