这个错误,怎么解决?
request.getParameter("birthday")获取的值为空(""),这个字符串不能被转换成Date类型要注意 需要转化的字符串格式必须和
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");//格式为yyyy-MM-dd 中的格式一致才能转换成功
我也出现了空指针异常,该怎么弄呀,日期格式yyyy-MM-dd是正确的呀