window.history.go(-1);  //返回上一页
window.history.back();  //返回上一页
//如果要强行刷新的话就是:window.history.back();
//刷新当前页 window.location.reload();
window.location.go(-1); //刷新上一页,不可行看下面