录页面吗?")) { window.location.href = "/login/"; }else{ return; } } } function report() { if($.cookie('report')){ alert('请不要过于频繁,秒可操作一次'); return false; } else { let date = new Date(); date.setTime(date.getTime() + (parseInt() * 1000)); //n秒一次. $.cookie('report', true, {expires: date, path: '/'}) $.ajax({ type:"post" ,url:"/api/report.php?do=report" ,data:{ articleid : '520188' ,chapterid : '' ,articlename : '爸,公司上市了,你考试及格了吗?' ,chaptername : '' ,repurl : window.location.href }, success:function(state){ state == '200' ? alert('成功!\n我们会尽快处理!\n感谢您对本站的支持') : alert('失败!\n请联系网站管理员'); } }); } }