- ajax로 보낼 경우

@RequestParam(value="arr[]" String[] arr)


- get 또는 post로 보낼 경우

@RequestParam(value="arr" String[] arr)

+ Recent posts