已采納回答 / 慕雪6891232
request的作用域是一次請求是對的,servlet是用來處理請求響應(yīng)的,doget()和dopost()方法的參數(shù)就是equest對象和response對象了的。
2016-11-01
已chain.doFilter()分開前面的是請求到servlet的過濾,后面是servlet到響應(yīng)的過濾
2016-10-29
最新回答 / 水月灬清影
你打開web.xml ? 會有?<welcome-file-list>? ? <welcome-file>index.html</welcome-file>? ? <welcome-file>index.htm</welcome-file>? ? <welcome-file>index.jsp</welcome-file>? ? <welcome-file>default.html</welcome-fi...
2016-10-20