WEB设置首页

  <welcome-file-list>
    <welcome-file>index.html</welcome-file>
  </welcome-file-list>

windows.location.href="/url" 当前页面打开URL页面,表示重新定向到新页面,同时刷新打开的这个页面;

<script type="text/javascript">
    window.location.href = "./home/home.html";
</script>

啦啦啦

相关文章:

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