在Spring MVC中,三個主要傳遞值用的物件為Model、ModelMap、ModelAndView。 ... return new ModelAndView("hello", "message", "Hello World!!");.
確定! 回上一頁