window.onpageshow=function(e){
  if(e.persisted) {
    window.location.reload()
  }
};

相关文章:

猜你喜欢
相关资源
相似解决方案