请问为什么我在eclipse 中写入代码时
Date date = sdf.parse(d);
这一段代码编辑器报错,
它说:Unhandled exception type ParseException
这是为什么啊?
这句话需要捕捉异常,用try...catch包括起来