原创 Spring-MVC-配置接收和返回數據的格式

接收頁面日期類型數據的轉換 自定義類實現Converter接口 public class DateConvert implements Converter<String, Date> { private static final