最新回答 / 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