活动地址:https://static.udache.com/activity/2017-point-game/index.html
手机端用四个手指点也很快的,电脑端可以代码自动点,F12进入开发人员工具,然后复制下面代码到console
var autoTouch = setInterval(function(){
$('.play-ctrl').trigger("touchend");
},90);
autoTouch;
活动地址:https://static.udache.com/activity/2017-point-game/index.html
手机端用四个手指点也很快的,电脑端可以代码自动点,F12进入开发人员工具,然后复制下面代码到console
var autoTouch = setInterval(function(){
$('.play-ctrl').trigger("touchend");
},90);
autoTouch;