毕设问题02-index.jsp跳转html问题

1、<jsp:forward page="pages/user-login.html"/>,这样跳转后无法加载静态资源,原因不详,以后知道了再补上;

2、下面这种是可以成功的:

<script>
window.location.href="pages/user-login.html";
</script>

posted @ 2020-11-09 16:04  Tsui98'  阅读(174)  评论(0编辑  收藏  举报