springMVC自定义数据绑定-ConverterConverter
Converter函数式接口能够将任意类型转换为指定的任意类型:S是源类型,T是目标类型。比如字符串->日期import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Date;import org.springframework.core.conver...