解决SpringMVC提交数组时不能超过256个值 @InitBinder public void initBinder(WebDataBinder binder) { binder.setAutoGrowCollectionLimit(Integer.MAX_VALUE); } posted on 2015-09-26 21:26 p390537247 阅读( ...) 评论( ...) 编辑 收藏 转载于:https://www.cnblogs.com/shiping-zhang/p/4841327.html