level 5
拥有梦y🌸
楼主
大概是这个意思,
只会这个笨方法,想多次就很麻烦了
depth(19)不是每次都会存在,
i=0
x=1
while(i<10){
sleep(1000)
if(className("android.widget.TextView").depth(19).exists()){
aa = className("android.widget.TextView").depth(19).findOne().text()
if(x==1){
x1= aa }
if(x==2){
x2= aa }
if(x==3){
x3= aa }
x= x+1
}
i++}
还有这里,不知道有多少个
console.log(x1)
console.log(x2)
2022年01月07日 05点01分
1
只会这个笨方法,想多次就很麻烦了
depth(19)不是每次都会存在,
i=0
x=1
while(i<10){
sleep(1000)
if(className("android.widget.TextView").depth(19).exists()){
aa = className("android.widget.TextView").depth(19).findOne().text()
if(x==1){
x1= aa }
if(x==2){
x2= aa }
if(x==3){
x3= aa }
x= x+1
}
i++}
还有这里,不知道有多少个
console.log(x1)
console.log(x2)