步骤如下:
1、打开:https://static.udache.com/activity/2017-point-game/index.html
2、网页右键审查元素,点击“console”粘贴下方代码回车,然后点开始游戏即可
代码如下:
var autoTouch = setInterval(function(){
$('.play-ctrl').trigger("touchend");
},90);
autoTouch;