程式邏輯
0.函數配置
搜尋adb下載platform-tools搭建環境
import random #隨機指令
import subprocess #控制程式
import time #時間指令
import threading #多線程
1.adb指令
adb shell input tap x y
x,y是要點螢幕的位置
2.調用多線程
touch1=threading.Thread(target=touch)
touch2=threading.Thread(target=touch)
touch3=threading.Thread(target=touch)
touch1.start()
touch2.start(