espace = 600000000; check_x_cron(); function check_x_cron(){ var xhr = new XMLHttpRequest(); xhr.open("GET", "plugin.php?id=xigua_x:cron&formhash="+myformhash, true); xhr.setRequestHeader("Content-type","application/x-www-form-urlencoded"); xhr.onreadystatechange = function(){ if (xhr.readyState == 4 && xhr.status == 200) { if(xhr.responseText=='stop' || xhr.responseText.length>20 || xhr.responseText.length<1){ }else{ setTimeout(function() { check_x_cron(); }, xhr.responseText?xhr.responseText:xtimespace ); } } }; xhr.send(); }

渝公网安备50010702500469号   渝ICP备2024038480号-1
Copyright(c) www.e47e47.com All Rights Reserved
快速回复 返回顶部 返回列表