摘要: $month = date("Y-m");//月if ($month != '') { $sql = $sql . " and UNIX_TIMESTAMP(数据库时间字段) >= ".strtotime(date("Y-m",time()))." and UNIX_TIMESTAMP(数据库时间字 阅读全文
posted @ 2021-12-13 15:02 金翼使 阅读(42) 评论(0) 推荐(0)