首页 > 其他 > 详细

h5 返回上一页面方法

时间:2018-10-22 18:58:28      阅读:461      评论:0      收藏:0      [点我收藏+]
//以下方法仅供参考

1、返回上一页,不刷新history.html window.history.go(-1);  javascript:window.history.go(-1) 2、返回上一页并刷新页面 avascript:location.replace(this.href);event.returnValue=false; 3、返回上一页并刷新 self.location=document.referrer 4、返回上一页面刷新的是自己 javascript:document.parentWindow.location.reload();

vue 返回上一层的方法,

vue是但页面开发,没有上一层

this.$router.go(-1)

 

h5 返回上一页面方法

原文:https://www.cnblogs.com/ralapgao/p/9831616.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!