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>
啦啦啦
原文:http://www.cnblogs.com/ClassNotFoundException/p/6383352.html