摘要: 用php判断当前时间是否在每天的某一时间区域内?比如: 8:00 23:00 代码如下: public function get_time(){ 判断当前时间是否在时间段内,如果是,则执行 $Day = date('Y m d ',time()); $timeBegin = strtotime($D 阅读全文
posted @ 2020-05-13 14:12 八戒vs 阅读(6516) 评论(0) 推荐(0)