您的足迹:首页 > 我的代码 >autojs-抓取葫芦娃中签名单

autojs-抓取葫芦娃中签名单

废话不多说。


//先向上滑动10次,以后再10000次
dw = device.width;
dh = device.height; 
for(let i = 1;i<100;i++){
    sleep(100)
    swipe( dw/2,dh*0.85, dw/2, dh*0.1 ,200)
}

//先向上滑动10次,以后再10000次
dw = device.width;
dh = device.height; 
for(let i = 1;i<300;i++){
    sleep(100)
    swipe( dw/2,dh*0.85, dw/2, dh*0.1 ,200)
}

//先向上滑动10次,以后再10000次
dw = device.width;
dh = device.height; 
for(let i = 1;i<1000;i++){
    sleep(100)
    swipe( dw/2,dh*0.85, dw/2, dh*0.1 ,200)
}

//文件名==========================================================================
console.show();
var date = new Date();
var a = date.getFullYear();
var b = date.getMonth() + 1;
var c = date.getDate();
var fname = a + "-" + b + "-" + c + "_" + "贵旅" + ".xls";
console.log( fname );
console.log("正在抓取大量记录...稍等几秒");

console.show();
str = "";
vs = className("android.widget.GridView").findOne().children().forEach(function(child){
    sleep(1);
    str = str + child.child(0).text() + "   " + child.child(1).text() + "   " + child.child(2).text() + "   " + child.child(3).text() + "\r\n";
    console.log( child.child(0).text(), child.child(1).text(), child.child(2).text(), child.child(3).text() );
}); 

//写入文件
files.write("/sdcard/" + fname, str);
alert("生成完成");

就是这么丝滑。



本博客所有文章如无特别注明均为原创。作者:恶猫复制或转载请以超链接形式注明转自 恶猫的博客
原文地址《autojs-抓取葫芦娃中签名单

相关推荐

分享本文至:

发表评论

路人甲 表情
看不清楚?点图切换 Ctrl+Enter快速提交

网友评论(0)

恶猫的博客 -记录自己日常,代码,美图,电影,音乐,新闻,只是个人博客而已

浙ICP备15011757号-4 网站地图 联系我