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