赞
踩
// 如果createTimeStart 为null并不会报错
Date createTimeStart = searchBody.getCreateTimeStart();
// 在使用的时候才会报错
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd");
simpleDateFormat.format(createTimeStart); // 报错java.lang.NullPointException
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。