4.1spring mvc 出现“Failed to convert property value of type”解决方法
这个问题分成两类
String转换为基本类型(int,long,boolean,char...)
对与这类可以在controller的高层添加一个静态方法
@InitBinder
protected void init(HttpServletRequest request, ServletRequestDataBinder binder) throws WebSysErrExc