//JavaScript返回上一页代码区别:
window.history.go(-1); //返回上一页
window.history.back(); //返回上一页
//如果要强行刷新的话就是:window.history.back();location.reload();
window.location.go(-1); //刷新上一页
//JavaScript返回上一页代码区别:
window.history.go(-1); //返回上一页
window.history.back(); //返回上一页
//如果要强行刷新的话就是:window.history.back();location.reload();
window.location.go(-1); //刷新上一页
本文标题:JavaScript返回上一页的三种方法及区别介绍
本文链接:https://www.haomeiwen.com/subject/ehwvlxtx.html
网友评论