汽车XX网站秒杀抢购代码

 

.../////完整抢购代码
某网站最近在举办半价秒杀网站

其实有技巧的code

首先能够添加代码io

//自动监视回车,直接回车提交
document.onkeydown=function(e){
var theEvent = e || window.event;
var code = theEvent.keyCode || theEvent.which || theEvent.charCode;
if (code == 13) {
seckill();
return false;
}
return true;
}event

 

提早调用function

showSeckill();验证码

打开秒杀页面技巧

快人一步秒杀

window.setInterval("refreshQuestion();", 1000);co

数值能够小一点document

不断刷新验证码

 

手动设置焦点到输入框

等待出验证码

切换到中文输入法

出现验证码直接输入并回车.

相关文章
相关标签/搜索