摘要: import os import time import random while True: x = random.randint(140, 1800) y = random.randint(100, 1000) adb1 = 'adb shell input tap ' + str(x) + ' ' + str(y) os.system(adb1) ... 阅读全文
posted @ 2018-11-13 15:48 大大怪上士 阅读(184) 评论(0) 推荐(0)