帝王谷资源网 Design By www.wdxyy.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.wdxyy.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
帝王谷资源网 Design By www.wdxyy.com