chcp 65001
@echo off
echo 开始滑动
set str =0
:start
adb shell input swipe 100 150 100 100
choice /t 1 /d y /n >nul
set /a str+=1
cls
echo 滑动次数%str%
goto start

复制上边代码到记事本,修改后缀名为.bat, 双击打开执行,前提文件放到 adb目录,或者配置系统环境变量,另外,需要手机打开 开发者模式

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-25
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
猜你喜欢
  • 2021-05-14
  • 2022-12-23
  • 2022-12-23
  • 2022-03-04
  • 2021-12-03
  • 2021-09-14
相关资源
相似解决方案