隐藏转跳,浏览器不产生历史记录(replace)。代码片段:

window.location.replace("http://insus.cnblogs.com");


当然我们还不能忘记常用的a标签(href)。代码片段:

window.location.href = "http://insus.cnblogs.com";

 

相关文章:

  • 2022-02-24
  • 2022-01-12
  • 2021-07-12
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
  • 2021-12-03
  • 2022-12-23
猜你喜欢
  • 2021-11-22
  • 2021-09-01
  • 2022-12-23
  • 2022-12-23
  • 2022-02-23
  • 2021-12-05
  • 2021-07-23
相关资源
相似解决方案