摘要: 1 # 导入模块 2 from selenium import webdriver 3 from selenium.webdriver import ActionChains 4 from selenium.webdriver.common.by import By 5 from selenium.webdriver.common.keys import Keys 6 f... 阅读全文
posted @ 2018-01-18 23:11 jonm 阅读(2868) 评论(0) 推荐(0)
摘要: 1 # 导入模块 2 import requests # 1. 网络请求 2.pip install requests 3 import time # 用于时间控制 4 import random # 随机模块 产生随机数 5 6 class SendLiveRoll(): 7 8 # 会自己先一步其他函数执行, 初始化函数 9 def __init... 阅读全文
posted @ 2018-01-18 16:03 jonm 阅读(570) 评论(0) 推荐(0)