@RequestMapping(method = RequestMethod.GET) public String testUrl(@RequestParam(value="test") Map<String, String> test) { (...) } I ...
確定! 回上一頁