[转载] 利用Chrome的Console功能循环点击页面中对象

1 var autoTouch = setInterval(function(){
2   $('.play-ctrl').trigger("touchend");
3 },90);
4 autoTouch;
5 

注:“.play-ctrl”就是要点击对象的class

来自:http://www.zuanke8.com/thread-4276422-1-1.html

posted @ 2017-09-02 00:00  784040932  阅读(840)  评论(0编辑  收藏  举报