window.history.pushState("","","#");
 window.addEventListener("popstate",function(e){
       window.location.href = location.href;//这里指定你要跳转的页面
  }    

相关文章:

  • 1970-01-01
  • 2022-12-23
  • 2021-12-15
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-12-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2022-03-03
  • 2022-12-23
  • 2021-11-09
  • 2022-12-23
相关资源
相似解决方案