Joined
Last Online
Recent Posts
posted in bug、问题、建议 read more

这一部分代码刚好在打开小程序之后,是小程序不支持吗?

posted in bug、问题、建议 read more

是与安卓版本和手机型号的限制有关吗?

posted in bug、问题、建议 read more

说刷新此页面,但刷新也没用。无限循环

posted in bug、问题、建议 read more

还好能浏览器打开

posted in bug、问题、建议 read more

var w = text("确认").findOne(6000);

//如果找到了控件

if(w != null){

className("android.widget.CheckBox").clickable(true).checkable(true).depth(21).findOne().click();

className("android.widget.Button").text("确认").findOne().click();

}

//如果没找到控件

else{

click(542,1167);

toast("点击签到");

sleep(1000);}