摘要: <?php //一周前(时间戳) $t = strtotime('-1 week'); //一周后(时间戳) $t = strtotime('+1 week'); //一月前(时间戳) $t = strtotime('-1 month'); //一月后(时间戳) $t = strtotime('+1 阅读全文
posted @ 2022-12-16 11:31 疯子丶pony 阅读(49) 评论(0) 推荐(0)