摘要: #_save_url 保存路径 def image_cj(driver, _save_url): try: _file_name = random.randint(0, 100000) _file_url_drop = _save_url + str(_file_name) + '背景.png' # 阅读全文
posted @ 2020-05-22 09:07 我忘不掉 阅读(523) 评论(0) 推荐(0)
摘要: 1 profile = FirefoxProfile() 2 #请求头 3 #profile.set_preference("general.useragent.override", util.http_agent_insert(xinhuaUtil.agent_path)) 4 # 激活手动代理配 阅读全文
posted @ 2020-05-22 08:58 我忘不掉 阅读(953) 评论(0) 推荐(0)