11 2018 档案

摘要: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 大大怪上士 阅读(186) 评论(0) 推荐(0)
摘要:# coding=utf-8 import json import re import requests def get_one_page(url): headers = { 'user-agent': 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Ch... 阅读全文
posted @ 2018-11-05 18:13 大大怪上士 阅读(207) 评论(0) 推荐(0)