return new ModelAndView("redirect:/bizitem/goEditItem.do?item_id="+item_id+"&msg=editsuccess");

Spring如果需要return一个非jsp文件名字的地址,那么就需要用到转发

05-08 15:14