文章分类 -  自动化

摘要:import requests #发送get请求 #通过params传递参数:1、字符串 2、字典 # url='https://www.baidu.com' # stringA='' # response=requests.get(url=url,params=stringA) # # #查看相应 阅读全文
posted @ 2022-09-08 21:05 ilspring 阅读(183) 评论(0) 推荐(0)