富贵资源网 Design By www.hznty.com

原型函数,功能很简单,找到时钟的id,计算数值,到达抢购时间时执行任务。

function nwt() {var str=$('#deal_expiry_timer_e3cdcd2a').text(); 
var out=str.match(/\d+/g);console.log(out); 
var h=parseInt(out[0]),m=parseInt(out[1]),s=parseInt(out[2]); 
console.log(h+'#'+m+'#'+s);var calc=h*3600+m*60+s;console.log(calc); 
if(calc==0){} else {console.log('wait');} 
var t=setTimeout('nwt()',2000);} 
nwt();
富贵资源网 Design By www.hznty.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
富贵资源网 Design By www.hznty.com