window.location.href("./a.htm");//执行后有后退、前进
window.location.replace("./a.htm");//执行后无后退、前进
window.location.href("./a.htm");//执行后有后退、前进
window.location.replace("./a.htm");//执行后无后退、前进

相关文章:

  • 2022-12-23
  • 2021-07-01
  • 2022-12-23
  • 2022-12-23
  • 2021-09-15
  • 2021-06-26
  • 2022-12-23
猜你喜欢
  • 2021-10-03
  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
相关资源
相似解决方案