SpringMVC之數據存儲 1、使用request域對象存儲數據:將請求中的參數存儲在request中,使用setAttribute()方法可以在jsp頁面訪問該屬性。 @RequestMapping("/te ...