SpringMVC接收Post的實體/JSon數據
接口代碼: @ResponseBody @RequestMapping(value = "/test",method = RequestMethod.POST)/*只允許POST方式調用此接口*/ ...
接口代碼: @ResponseBody @RequestMapping(value = "/test",method = RequestMethod.POST)/*只允許POST方式調用此接口*/ ...