最新回答 / weibo_乔之一一
如a标签,请求跳转不会保留上一次的对象或者字符串,要用request.getRquestDispatcher("filepath").forward(request,response)进行跳转才能拿到
2016-01-27
最新回答 / shyxingang
找到tomcat的安装目录 webapps/你的项目/WEB-INF/web.xml 修改一下里边的 <welcome-file-list> <welcome-file>index.html</welcome-file> <welcome-file>index.xhtml</welcome-file> <welcome-file>index.htm</welcome-...
2016-01-26