摘要: 时间天数差 private int diffInDays(Date star, Date endDay) { Date nextDay = star; int diffInDays = 1; while(nextDay.before(endDay)){//当明天不在结束时间之前是终止循环 Calen 阅读全文
posted @ 2023-08-01 11:14 pxuan 阅读(24) 评论(0) 推荐(0) 编辑