#获取前一小时
strtotime("-1 hour")
#获取前一天
strtotime("-1 day")
#获取前一周
strtotime("-1 week")
#获取前一个月
strtotime("-1 month")
#获取前半年
strtotime("-6 month")
#获取前一年
strtotime("-1 year")
#获取前一小时
strtotime("-1 hour")
#获取前一天
strtotime("-1 day")
#获取前一周
strtotime("-1 week")
#获取前一个月
strtotime("-1 month")
#获取前半年
strtotime("-6 month")
#获取前一年
strtotime("-1 year")