摘要: public function index() { $b = date('Y-m-d H:i:s'); header('refresh:10'); $c = strtotime($b); $d = strtotime('2019-02-15 16:34:00'); if($c > $d){ head 阅读全文
posted @ 2019-02-15 16:49 Json159 阅读(564) 评论(0) 推荐(0)