朋友今天新招的程序员写的代码,他问我这人还能要不?// 获取一天后的日期public static Date getNextDate() throw Exception{ Thread.sleep(24*60*60*1000); return new Date();}