摘要: // 给定时间戳$currentTime = $time;//例如time()// 获取当前小时$currentHour = date('H', $currentTime);// 获取当前时间的分钟部分$currentMinute = date('i', $currentTime);// 计算当前分 阅读全文
posted @ 2024-11-12 16:13 幽暗天琴 阅读(51) 评论(0) 推荐(0)