获取上个月总天数: os.date("%d",os.time({year=os.date("%Y"),month=os.date("%m"),day=0}))
获取本月总天数: os.date("%d",os.time({year=os.date("%Y"),month=os.date("%m")+1,day=0}))
获取上个月总天数: os.date("%d",os.time({year=os.date("%Y"),month=os.date("%m"),day=0}))
获取本月总天数: os.date("%d",os.time({year=os.date("%Y"),month=os.date("%m")+1,day=0}))