window.addEventListener('pageshow', function (event) {
if(event.persisted || window.performance && window.performance.navigation.type == 2){
console.log('window.performance.navigation.type: '+ window.performance.navigation.type);
console.log("监听到是点击返回按钮进入本页的了")
window.location.reload()
}
},false);
js判断用户是否点击了浏览器返回键
最新推荐文章于 2024-01-20 18:47:05 发布
关键词由CSDN通过智能技术生成