摘要: ``` //判断是否是周末或者节假日 private boolean checkDate(String realityEnterPortTime) throws Exception { boolean result = false; //是否是周末 DateFormat format1 = new 阅读全文
posted @ 2021-04-23 17:14 yx袁祥 阅读(637) 评论(0) 推荐(0)