摘要:
url ='XXX' cookies ={"id":"123456"} res =requests.get(url,cookies=cookies) if res.status_code == 200: #写入文件 with open('F:\\script\\download\\test_05.z 阅读全文
posted @ 2021-06-28 17:56
fishing~
阅读(106)
评论(0)
推荐(0)
摘要:
接口请求: import requests #上传接口的参数 files = {"projectFile": ('sub_process.json', open("F:\\上传文件\\task_01.json", 'rb'), "application/json")} #参数说明: #project 阅读全文
posted @ 2021-06-28 17:20
fishing~
阅读(332)
评论(0)
推荐(0)
摘要:
import time from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.support.wait import WebDriverWait from 阅读全文
posted @ 2021-06-28 14:25
fishing~
阅读(47)
评论(0)
推荐(0)
摘要:
import time from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.support.wait import WebDriverWait from 阅读全文
posted @ 2021-06-28 14:24
fishing~
阅读(48)
评论(0)
推荐(0)
浙公网安备 33010602011771号