var timer = setInterval(function () {
var button = document.querySelector('button');
if (!button.disabled) {
button.click();
clearInterval(timer);
}
},10);
放到chrome 中用控制器运行即可
var timer = setInterval(function () {
var button = document.querySelector('button');
if (!button.disabled) {
button.click();
clearInterval(timer);
}
},10);
放到chrome 中用控制器运行即可
本文标题:阿里巴巴抢月饼专用代码
本文链接:https://www.haomeiwen.com/subject/hksvettx.html
网友评论