SpringMVC_02---參數綁定、異常處理、圖片上傳、json交互、攔截器

一、參數綁定、@RequestMapping、Controller返回值 綁定數組:在jsp頁面中傳入數組,在Controller頁面接收 //數組參數綁定測試 //jsp頁面傳來一個 Integer數組 @RequestMapping(value="/deletes.action") public ModelAndView deletes(Integer[] ids){ //id
相關文章
相關標籤/搜索